.chromestyle{
font-family:tahoma;
 
	font-size:15px;
	font-weight:bold;
	height:45px;
	width:799px;

}


.chromestyle ul{
background:url(../image/bar.gif) center center repeat-x;
margin:0px;
padding:0px;
list-style:none;
padding-left:3px;
height:45px;
}

.chromestyle ul li{
display: inline;
	line-height:45px;
}

.chromestyle ul li a{
	text-decoration:none;
    color:#ffffff;
	padding:0 0px 0 15px;
	margin-left:20px;
     background:url(../image/bar_tul.gif) no-repeat 2px;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3569D8;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color:#81A0E3;
width: 200px;
margin-left:5px;
margin-top:12px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3569D8; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #5A80D2;
}