body {
		/*This is to allow versions belows IE7 to show the drop menu on the left*/
		behavior:url("styles/csshover2.htc");
	}
#chromemenu
{
background: #333;
	width:100%;
	height:20px;
	he\ight:17px;
	margin:0;
	font-weight:400;	
	border-bottom: 3px solid #333;
	padding-top: 3px;
    font-family: arial,helvetica,sans-serif !important;
	}
.chromestyle{
width: 100%;
/*font-weight: bold;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*?
width: 100%;
/*background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE
padding: 4px 0;*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
vertical-align:bottom;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
/*the first opt affects the separator for menu items*/
padding: 0px 2px 0 2px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg3-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";/*uncomment this line to use an image instead*/
content: " " url(downimage.gif); 
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
/*padding: 4px; */
position:absolute;
top: 0;
font:normal 12px arial,Verdana,helvetica,sans-serif;
background-color: #424242;
visibility: hidden;
margin-top: 3px;
z-index: 10000;
margin-left: -10px;
border-bottom: 3px solid #333;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
width: 160px;
left: -999em;
}
/*List elements in the top drop menu*/
.dropmenudiv ul li
{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
border-bottom: 1px solid #505050;
font-size:85%;
}

.dropmenudiv a{
color: white;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #eb8f05;
text-decoration: none;
}

/*For pop out menu Left Navigation*/
#menu ul ul {
position:relative;
top: 0;
left: 0;
width: 100%;
}
#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

div#menu ul ul
{display: none;}
div#menu ul li:hover ul 
{display: block;}

#menu ul ul li{
color:#336699;
list-style: circle inside !important;  /* square circle font-size:12px;*/
background:none;
 
}
/*Defines Left Nav fontsize#menu ul{
 font-size:17px;
}*/

/*Second Level Menus*/
#menu ul ul ul li
{display: none;}
#menu ul ul li:hover li
{display:block;}
#menu ul ul ul{
top: 0;
left: 90px;
width: 100%;
position:absolute;
border-left:#CC6666 thin solid;
border-right:#CC6666 thin solid;

background:#f4f4f4  url(images/sidenav_bg_grey.gif) repeat-x bottom;
}
#menu ul ul ul li{
color:#336699;
list-style: circle inside !important;  /* square circle*/
background:none;

}