@charset "utf-8";

/*menu*/
#fancymenu{ float:left; width:725px; height:37px; line-height:37px;overflow: hidden; font-size:12px;}
#pictureselect {
	position: relative;
	height: 1%; /* ie bug */
}

#fancymenu ul, #pictureselect {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li, #pictureselect li {
	float: left;
	list-style: none;
}
.chromestyle li{ float:left;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;  
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle li a{ color:#fff; font-weight:bold; text-decoration:none; width:81px; height:37px; text-align:center; display:block;}
.chromestyle li a:hover{ background:url(../images/nav_hover_bg.jpg) no-repeat; width:81px; height:37px; text-decoration:none; color:#1C4779; display:block; float:left; overflow:hidden;}

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
text-align:center;
z-index:100;
line-height:30px;
border-left:1px solid #1F497D;
border-right:1px solid #1F497D;
border-bottom:1px solid #1F497D;
background:url(../images/nnav_bg.jpg) repeat-x bottom;
width:81px;
visibility: hidden;
padding:0;
}


.dropmenudiv a{
width: auto;
display: block;
text-align:center;
padding: 2px 0;
border-bottom:1px solid #1F497D;
text-decoration: none;
color:#1F497D;
font-weight:bold;
}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#1F497D url(navhover.gif) repeat-x; color:#fff; font-weight:bold;
}

.dropmenudiv_off{ display:none;}

