#chromemenu{
	float: right;
	
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #333;
	color: #fff;
}

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

#chromemenu ul{
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	/*float: left;*/
	font: bold 12px Verdana;
}


#chromemenu ul li{
	display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #000000;
	color: #fff;
	font-weight: bold;
	
	padding: 4px 12px;
	/* Hide this from IE \*/
	padding: 6px 12px 6px 7px;
	/* End hiding */
	text-decoration: none;
}

#chromemenu ul li a:hover{
	color: #F00;
}

/*#chromemenu ul li a[onMouseover]:after{ 
content: " v";
/*content: " " url(downimage.gif); 
}*/

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #DDD; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	background-color: white;
	width: 150px;
	visibility: hidden;
	z-index: 200;
}

.dropmenudiv a{
	display: block;
	text-indent: -3px;
	text-align: right;
	border-bottom: 1px solid #DDD; /*Theme Change here*/
	padding: 2px 3px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #003F6D;
	color: #FFF;
}