#chromemenu{
width: 100%;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #fff;
font-weight: bold;
padding: 0px;
text-decoration: none;
background-color: #C7158D
}

#chromemenu ul li a:hover{
color: #fff;
background-color: #660066
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #C7158D;
width: 175px;
visibility: hidden;
}

.dropmenudiv a:link
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	/*Theme Change here*/
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.dropmenudiv a:visited
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	/*Theme Change here*/
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

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

.dropmenudiv a:active
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	/*Theme Change here*/
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}