#chromemenu{ z-index:99999; margin-top:-276px;}

.chromestyle{height: 38px;width: 996px;margin-right: auto; margin-left: auto; z-index:10px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin:0px; padding:0px; list-style:none;
}

.chromestyle ul li{
	display:inline;
	float: left;
}

.chromestyle ul li a{
position:relative;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{}
.chromestyle span{ display:none;}

.chromestyle .tab1 a, .tab2 a, .tab3 a, .tab4 a, .tab5 a,.tab6 a, .tab7 a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 142px;
	display: block;
}
.chromestyle li.tab1 a {background-image: url(../images/nav_top_01_bg.gif);}
.chromestyle li.tab2 a {background-image: url(../images/nav_top_02_bg.gif);}
.chromestyle li.tab3 a {background-image: url(../images/nav_top_03_bg.gif);}
.chromestyle li.tab4 a {background-image: url(../images/nav_top_04_bg.gif);}
.chromestyle li.tab5 a {background-image: url(../images/nav_top_05_bg.gif);}
.chromestyle li.tab6 a {background-image: url(../images/nav_top_06_bg.gif);}
.chromestyle li.tab7 a {background-image: url(../images/nav_top_07_bg.gif);}

li.tab1 a:hover,li.tab2 a:hover,li.tab3 a:hover,li.tab4 a:hover,li.tab5 a:hover,li.tab6 a:hover, li.tab7 a:hover{
	background-position: 0px 100%;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	width: auto;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/nav_sub_bg.png);
	background-repeat: repeat;
	line-height: 14px;
	max-height: 220px;
}


.dropmenudiv a.bullet{
	width: auto;
	display: block;
	text-indent: 20px;
	text-decoration: none;
	color: #464646;
	background-image: url(../images/bullet_grey.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	float: left;
}
.dropmenudiv a.preview, .dropmenudiv a.preview:hover{
	display: block;
	background-image:none;
	width: 20px;
	float: right;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #C00;
}

.dropmenudiv .submenu{
	display: block;
	float: left;
	padding: 15px;

}

.dropmenudiv .submenu h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
}
.dropmenudiv .menubox{
	display: block;
	height: 16px;
	width: 130px;
	border-bottom: 1px solid #bababa; /*THEME CHANGE HERE*/
	padding: 4px 0;
}
