.chromestyle{
	width: 720px;
	float: left;
	text-transform: lowercase;
	font-size:12px;
	position: relative;
}

.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-color: #009999;
	padding: 3px 0 6px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 6px 13px 6px 12px;
	margin: 0 0px 0 0;
	text-decoration: none;
	background-image:url(../images/nav-bullet-green.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}

.chromestyle ul li a.lastlink {
	border-right: none;
	background-image:none;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #009999;
	width: 200px;
	font-size: 11px;
	text-transform: lowercase;
	visibility: hidden;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
}
