.chromestyle{
/*width: 99%;*/
width:100%;
font-weight: bold;
padding:0;
margin:0;
/*height:30px;*/
height:25px;
background-color: #333366;
text-align:vertical;
}

.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(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/

/*padding: 8px 0;*/
/*padding-top: 6px;*/

/*padding-top: 5px;*/
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
/*padding-bottom: 8px;*/
padding-bottom: 0px;

/*margin: 0;*/
margin-left: 10px;

margin-right:0;
margin-top:0;
margin-bottom:0;
/*height:20px !important;*/
height:100% !important;


/*text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	/*display: inline;*/
	/*margin-right:45px;*/
	/*margin-right:45px;**/
	/*margin-left: 48px;*/
	margin-left: 36px;
	list-style:none !important;
	margin-bottom:0px;
	float:left;
	vertical-align:middle;
padding:0px !important;


	/*height:20px !important;*/
height: 100% !important;


/*width : 18% !important;*/
	/*width: 110px;*/
	/*margin-left:10px;*/
}

.chromestyle ul li a{
/*color: #494949;*/
color:white !important;
/*padding: 4px 7px !important;*/
/*padding: 3px;*/
margin: 0 !important;
text-decoration: none !important;
/*border-right: 1px solid #DADADA;*/
font-weight: bold !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
padding-left:5px;
padding-right:5px;
/*padding-top:5px;*/
padding-top:5px;
padding-bottom:6px;
display:block;
/*height:100% !important;*/
/*vertical-align: middle !important;*/

/*padding-bottom:5px;*/

}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

/*color: #DDB307 !important;*/
background-color:white;
color: black !important;
}

.chromestyle ul li a[rel]: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 #BBB; /*THEME CHANGE HERE*/
/*border: 1px solid #5E32A5;*/

/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
/*background-color: white;*/
/*background-color: #211F5F;*/
background-color: #595276;

/*width: 200px;*/
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
color: white !important;
margin:0px;
opacity: .89;
filter: alpha(opacity=90);
}


.dropmenudiv a{
width: auto;
display: block !important;
/*text-indent: 3px !important;*/
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border: 1px solid #5E32A5 !important;-*/
/*padding: 5px 0 !important;*/
padding-left:10px !important;
padding-top:5px !important;
padding-bottom:5px !important;
text-decoration: none !important;
/*color: black;*/
color:white !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
/*color: #DDB307 !important;*/
background-color:white;
color: black !important;
}
