.chromestyle{
	width: 1000px;
	font-weight: bold;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	background-image: url(http://www.bellaboobabe.com/images/themes/bb_front_page_template/bb_menu.jpg);
	height: 32px;
	clear: right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

/* #########.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F6C7FC;
	width: 200px;
	visibility: hidden;
	filter: progid;
	border-top: 1px solid #670E62;
	border-right: 1px solid #670E62;
	border-bottom: 0 solid #670E62;
	border-left: 1px solid #670E62;
	margin: 0px;
	padding: 0px;
}######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F6C7FC;
	width: 200px;
	visibility: hidden;
	filter: progid;
	border-top: 1px solid #670E62;
	border-right: 1px solid #670E62;
	border-bottom: 0 solid #670E62;
	border-left: 1px solid #670E62;
	margin: 0px;
	padding: 0px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #670E62; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:hover{
	background-color: #D3FBFF;
	color: #FF3399;
}

.new-menulinks	{
	position:relative;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 0px 8px;
	height: 24px;
	color: #CC66CC;
}

.new-topmenulinks	{
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 12px;
	color: #FF0099;

}

a.new-topmenulinks:link, a.new-topmenulinks:visited {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	display:inline;
	text-transform: uppercase;
}

a.new-topmenulinks:hover {
	color:#66CCCC;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #66CCCC;
	border-right-color: #66CCCC;
	border-bottom-color: #66CCCC;
	border-left-color: #66CCCC;
}
