		.menu{
			height:32px;			
			margin:0px 6px 0px 6px;
			text-align:left;
		}

		.chromestyle{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		.chromestyle li{
			list-style:none;
			margin:0px;
			float:left;
		}

		/*.chromestyle li a:link, .chromestyle li a:visited, .chromestyle li a:active{
			display:block;
			height:22px;
			float:left;
			text-decoration:none;
			font-weight:bold;
			color:#5b5a5a;
			font-size:10px;
			text-align:center;
			border-right: 1px solid #ffffff;
		}*/
		
		
		.chromestyle li a:link, .chromestyle li a:visited, .chromestyle li a:active {
			background: url(/images/header_line.gif) no-repeat left;
			color:#FFFFFF;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:32px;
			padding-left:2px;
			padding-right:2px;
			text-align:center;
			text-decoration:none;
			}
		
		
		
		
		.chromestyle li a div{
			margin:0px 10px 0px 7px;
			padding:8px 0px 8px 0px;
		}

		.chromestyle .current a:link,.chromestyle .current a:visited,.chromestyle .current a:active  {
			color:#5b5a5a;
		}		
		.chromestyle li a:hover {
			text-decoration: none;
		}
li {padding: 0em 0em }
/* ===============Styles for Drop Down Menu========= */

.dropmenudiv{
margin-top: -7px;
position:absolute;
margin-left: 5px;
border-top: 1px solid #ffffff; 
border-left: 1px solid #ffffff; 
border-right: 1px solid #ffffff; 
font: normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #dddddd;
width: 165px;
visibility: hidden;
}

.dropmenudiv a{
margin: 0px;
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #ffffff; 
padding: 2px 5px 2px 9px;
text-decoration: none;
font-weight: normal;
color: #000000;
}

.dropmenudiv a:visited, .dropmenudiv a:active {
color: #000000;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%
color: #000000;
text-decoration: none;
}

.dropmenudiv a:hover{ 
margin: 0px;
background-color: #5980A7;
text-decoration: none;
color: #FFFFFF;
}

