		.menu{
			height:24px;			
			margin:0px 7px 0px 7px;
			text-align:left;
		}

		.chromestyle{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		.chromestyle li{
			list-style-type: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:#000000;
			font-size:10px;
			text-align:center;
			border-right: 1px solid #ffffff;
		}
		.chromestyle li a div{
			margin:0px 10px 0px 7px;
			padding:3px 0px 4px 0px;
		}

		.chromestyle .current a:link,.chromestyle .current a:visited,.chromestyle .current a:active  {
			color:#000000;
		}		
		.chromestyle li a:hover {
			background-color:#dddddd;
			color:#000000;
			text-decoration: underline;
		}
li {padding: 0em 0em }
/* ===============Styles for Drop Down Menu========= */

.dropmenudiv{
margin-top: -5px;
position:absolute;
margin-left: 5px;
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: 4px;
border-bottom: 1px solid #ffffff; 
padding: 2px 5px 2px 7px;
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: #dddddd;
text-decoration: underline;
color: #000000;
}