/* CSS Document */
.chromestyle{
width: 100%;
height:36px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;	
	text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg-new.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background:#B8E8FE;*/
padding: 9px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#ffffff;
	/*padding: 8px 8px; /* or morzila*/
	margin: 0;
	text-decoration: none;
	background-image: url(images/sapreter.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:Arial,Helvetica,sans-serif;
	padding:8px 12px;
}
.chromestyle ul li a:hover{
	color: #FF9C3B;
	text-decoration:none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:22px;
	text-align:left;
	z-index:777;
	/*background-color: white;*/
    background-color:  #2196DE;
	width: 220px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add    Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
border:1px normal #ffffff;
}
.dropmenudiv a{
width: auto;
display: block;
vertical-align:top;
text-indent: 5px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
line-height:22px;

width:100%;
/*border-top:1px #fff solid;*/
border-bottom: 1px #ffffff solid;
/*padding:2px;*/
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
display:block;
text-decoration:none;
width:100%;
color:#ffffff;
/*border-top:1px #CE6700 solid;
border-bottom: 1px #CE6700 solid;*/
background: #FF9D3C;
}
.leftmenu {
display:block;
font-family:tahoma,verdana;
font-size:8pt;
height:12px;
text-decoration:none;
width:98%;
border-top:1px #fff solid;
border-bottom: 1px #fff solid;
padding:2px;
}
.leftmenu:hover {
display:block;
text-decoration:none;
width:98%;
border-top:1px #3366ff solid;
border-bottom: 1px #3366ff solid;
background: #b9ffee;
}
