.chromemenu{
	width: 100%;
	margin: 0;
	padding:0px;
}
.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromemenu ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	/*background: url(http://superbrandsolutions.com/tpl/2011/imgs/chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	line-height:40px;
	list-style:none;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromemenu ul li{
	display: inline;
	line-height:40px;
	
}
.chromemenu ul li a{
	margin: 0;
	text-decoration: none;
	line-height:40px;
	height:40px;
	color:#fff;
	padding:10px 10px 10px 10px;
	/*border-right: 1px solid #999999;
	font:11px/18px Verdana;
	color: #eeeeee;
	padding-right: 11px;
	padding-left: 11px;
	vertical-align: top;*/
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}
.chromemenu ul li a:hover {
	color:#000;
	background:#FFFFFF;
	border-top:4px #FF0000;	
}
.chromemenu ul li a:visited {
	/*background: url(http://superbrandsolutions.com/tpl/2011/imgs/chromebg-over.gif) center center repeat-x; THEME CHANGE HERE
	color:#fff;*/
}
.chromemenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*font:normal 24px Verdana;*/
	color:#333333;
	content: " ";
	/*content: " " url(http://superbrandsolutions.com/tpl/2011/imgs/downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	/*border: 1px solid #BBB; THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: white;
	white-space: nowrap;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	visibility: hidden;
	border-bottom: 2px solid #33CC33;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=135,strength=8); Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 2px solid #999999; THEME CHANGE HERE */
	line-height:30px;
	text-decoration: none;
	color:#666666;
	padding:0px 10px 0px 10px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
 /*THEME CHANGE HERE */
}
a.dropmenu:link, a.dropmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.dropmenu:hover{
	text-decoration: none;
	color: #0066CC;
}