@charset "utf-8";

/*.header-nav 
{
	text-align: right; 
	height: 25px; 
	padding-top: 5px; 
	margin: 0 auto; 
	width: 925px;
}
.header-nav ul li
{
	display: inline; 
	padding-left: 10px; 
	margin-left: 10px; 
	border-left: #666666 solid 1px;
}
.header-nav ul li.first 
{	
	margin-left: 0;
	border-left: none;	
	list-style: none;	
	display: inline;
}
.header-nav ul li a
{ 
	color:#666666;
}
.header-nav ul li a:hover
{ 
	color:#666666;
	text-decoration:underline;
}*/



/**for  menu**/


.chromestyle
{
	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{
/*background: url(../images/menu_bg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

div#chromemenu.chromestyle ul li a{

padding: 4px 10px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #cccccc;*/
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
font-weight:bold;
/*color: #ffffff;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(../images/bluenav_bg_over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
background-color:#ffffff;
text-decoration:none;
color:#000000;
/*border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 1px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #6e6b6b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
text-decoration:none;
color:#ffffff;
}
