.chromestyle{
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul{
	border: 1px solid #BBB;
	margin: 0;
	text-align: center;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	padding: 10px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;

}

.chromestyle ul li a:hover{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menu_bg_ovr.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	border: 1px solid #BBB;
	margin: 0;
	
}

.chromestyle ul li a:visited{
		margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	padding: 10px;
	text-align: center;
	
}


/* Style for Drop Down Menu */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	text-align: center;
	text-decoration: none;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	background-color:#000;
}

.dropmenudiv a:hover{
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.dropmenudiv a:visited{
	text-decoration: none;
	color: #fff;
	text-align: center;
}
