.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	position: absolute; width: auto; height: 0; visibility: hidden; content: "."; display: inherit; }

.chromestyle ul{
	margin: 0;
}

.chromestyle ul li{ display: inherit; }

.chromestyle ul li a{
	color: #cccccc;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
}

.chromestyle ul li a:hover{ color: #000000; background-color: #cccccc; background-image: none; }

.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;
	visibility: hidden;
	color: #a9a9a9;
	margin-top: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a9a9a9;
	background-color: #ededed;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.dropmenudiv a{
	width: 145px;
	display: block;
	text-indent: 15px; /*THEME CHANGE HERE*/
	padding: 6px 5px 2px;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	list-style: square;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9a9;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: black;
	background-color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
