.chromestyle{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px none;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	border-left: 1px solid #cccccc;
}

.chromestyle ul li a {
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top: 5px;
	border: 1px solid #cccccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	font-size: 11px;
	width: 120px;
	background-color: #ffffff;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	background-color: #ffffff;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
}

div#chromemenu {
	width: 510px;
	z-index:100;
}