.chromestyle{
	width: 99%;
	font-weight: normal;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;

}

.chromestyle ul li a:hover{
	color: #66FF00;
	text-decoration: none;

}

.chromestyle ul li a[rel]: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 ######### */

.dropmenudiv1{
	position:absolute;
	top: 9px;
	line-height:18px;
	z-index:100;
	width: 90px;
	background-color: #993300;
	visibility: hidden;

}


.dropmenudiv1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 10px;

}

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

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color: #999999;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}



.dropmenudiv2{
	position:absolute;
	top: 9px;
	line-height:18px;
	z-index:100;
	width: 160px;
	background-color: #9B73A6;
	visibility: hidden;

}


.dropmenudiv2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 10px;

}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #660066;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

font-weight: bold;
width: auto;
.catDescriptBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
