

/* NAV CRAP */

.navigation{
display:block;
width: 1141px;
height:74px;
font-weight: bold;
font-family: verdana,arial,helvetica; 
font-size: 10px;
color: #fffff;
margin:0px auto;
text-align:center;
}


#topnav{
display:block;
background:url(https://www.ikano.com:8325//img/navbg.gif) repeat-x;
height:74px;
font-weight: bold;
font-family: verdana,arial,helvetica; 
font-size: 10px;
color: #fffff;
margin:0px auto;
text-align:center;
}



#nav1 {float:left;background:url(https://www.ikano.com:8325//img/nav1.gif) no-repeat; margin:0px; width:287px; height:74px;}
#nav1:hover {float:left;background:url(https://www.ikano.com:8325//img/nav1_.gif) no-repeat; margin:0px; width:287px; height:74px;}

#nav2 {float:left;background:url(https://www.ikano.com:8325//img/nav2.gif) no-repeat; margin:0px; width:73px; height:74px;}
#nav2:hover {float:left;background:url(https://www.ikano.com:8325//img/nav2_.gif) no-repeat; margin:0px; width:73px; height:74px;}

#nav3 {float:left;background:url(https://www.ikano.com:8325//img/nav3.gif) no-repeat; margin:0px; width:119px; height:74px;}
#nav3:hover {float:left;background:url(https://www.ikano.com:8325//img/nav3_.gif) no-repeat; margin:0px; width:119px; height:74px;}

#nav4 {float:left;background:url(https://www.ikano.com:8325//img/nav4.gif) no-repeat; margin:0px; width:165px; height:74px;}
#nav4:hover {float:left;background:url(https://www.ikano.com:8325//img/nav4_.gif) no-repeat; margin:0px; width:165px; height:74px;}

#nav5 {float:left;background:url(https://www.ikano.com:8325//img/nav5.gif) no-repeat; margin:0px; width:126px; height:74px;}
#nav5:hover {float:left;background:url(https://www.ikano.com:8325//img/nav5_.gif) no-repeat; margin:0px; width:126px; height:74px;}

#nav6 {float:left;background:url(https://www.ikano.com:8325//img/nav6.gif) no-repeat; margin:0px; width:135px; height:74px;}
#nav6:hover {float:left;background:url(https://www.ikano.com:8325//img/nav6_.gif) no-repeat; margin:0px; width:135px; height:74px;}

#nav7 {float:left;background:url(https://www.ikano.com:8325//img/nav7.gif) no-repeat; margin:0px; width:65px; height:74px;}
#nav7:hover {float:left;background:url(https://www.ikano.com:8325//img/nav7_.gif) no-repeat; margin:0px; width:65px; height:74px;}

#nav8 {float:left;background:url(https://www.ikano.com:8325//img/nav8.gif) no-repeat; margin:0px; width:67px; height:74px;}
#nav8:hover {float:left;background:url(https://www.ikano.com:8325//img/nav8_.gif) no-repeat; margin:0px; width:67px; height:74px;}







/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.navigation ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.navigation li{
display: inline;
list-style-type: none;
margin: 0;
}





/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #17396c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align:left;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #fff;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #17396c;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #91baef;
color: black;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}






/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}





/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
