/* CSS Tabs */
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        font-weight: bold;
        background: #F3FAFF;
       	background-image: url(../myndir/isl100.gif);
       	padding-top: 5px;
        }


ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

#navcontainer {
		color: #FF0000;	
        width: 200px;
        border: 1px solid #ccc;
        margin: 1px;
        FONT-SIZE: 12px;
        }

#navcontainer li a {
		color: #ffffff;		
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
          text-decoration: none;
        }

#navcontainer li a:link, #navcontainer li a:visited {
        color: #27566A;
        display: block;
        background: url(navcontainer.gif);
        background-repeat: no-repeat;
        padding: 8px 0 0 30px;
        }

#navcontainer li a:hover, #navcontainer li #current, #navcontainer li a#valinn {
        color: #000000;
        background: url(navcontainer.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}
#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 99%;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}





