#chromemenu{
width: 100%;
text-align:left;
margin-left:171px;
font-size:14px;
font-weight:bold;
vertical-align:top;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
#chromemenu:before{
padding:5px 0px 5px 0px;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px;
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #3b5fbd;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #333333;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu a:hover{
color: #000000;
text-decoration: none;
}
#chromemenu a:link{
color: #000000;
text-decoration: none;
}
#chromemenu a:visited{
color: #000000;
text-decoration: none;
}
#chromemenu a:active{
color: #000000;
text-decoration: none;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3b5fbd; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3b5fbd; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
/* commented out font-weight: bold;*/
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #e6ebff;
text-decoration: none;
}
.dropmenudiv a:link{ /*Theme Change here*/
text-decoration: none;
color: black;
}
.dropmenudiv a:active{ /*Theme Change here*/
color: black;
text-decoration: none;
}
.dropmenudiv a:visited{ /*Theme Change here*/
color:black;
text-decoration: none;
}

.menutitle{
cursor:pointer;
background-image: url(../../images/buttonBg.jpg);
background-repeat: repeat-x;
width:129px;
padding: 2px 20px 2px 20px;
text-align:left;
font-size:12px;
color: #3b5fbd;
/*/*/border:1px solid #a5a5a5;/* */
}

.submenu{
background-color: #eff6ff;
color:#3b5fbd;
/*/*/border:1px solid #a5a5a5;/* */
padding: 1px 20px 1px 20px;
font-size:11px;
}
*.submenu a:link
{
	color: #000000;
	text-decoration: none;
}
*.submenu a:active
{
	color: #000000;
	text-decoration: none;
}
*.submenu a:visited
{
	color: #000000;
	text-decoration:none;
}
*.submenu a:hover
{
	color: #000000;
	text-decoration: underline;
}


*.menutitle a:link
{
	color: #000000;
	text-decoration: none;
}

*.menutitle a:hover
{
	color: #000000;
	text-decoration: none;
}

*.menutitle a:active
{
	color: #000000;
	text-decoration: none;
}
*.menutitle a:visited
{
	color: #000000;
	text-decoration: none;
}
