.chromestyle{
border:2px;
float:right;
height:31px;
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
text-align:center;
}

.chromestyle ul{
/*width: 660px;*/
background: url(http://acousticamplification.com/chromemenu/chrometheme/chromebg11.gif) center center repeat-x; /*THEME CHANGE HERE*/
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
margin: 0px;
//height:25px;
text-align: right; /*set value to "left", "center", or "right"*/
float:right;
position:relative;
}

.tab1img a{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
	background: url(http://acousticamplification.com/images/1bttn.jpg) no-repeat center center;
	height:29px;
}
.tab1img a:hover{
	background: url(http://acousticamplification.com/images/1bttn-hover.jpg) no-repeat center center;
	height:29px;
}
.tab2img a{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
	background: url(http://acousticamplification.com/images/2bttn.jpg) no-repeat center center;
	height:29px;
}
.tab2img a:hover{
	background: url(http://acousticamplification.com/images/2bttn-hover.jpg) no-repeat center center;
	height:29px;
}

.tab3img a{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
	background: url(http://acousticamplification.com/images/3bttn.jpg) no-repeat center center;
	height:29px;
}
.tab3img a:hover{
	background: url(http://acousticamplification.com/images/3bttn-hover.jpg) no-repeat center center;
	height:29px;
}

.tab4img a{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
	background: url(http://acousticamplification.com/images/4bttn.jpg) no-repeat center center;
	height:29px;
}
.tab4img a:hover{
	background: url(http://acousticamplification.com/images/4bttn-hover.jpg) no-repeat center center;
	height:29px;
}
.tab5img a{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
	background: url(http://acousticamplification.com/images/5bttn.jpg) no-repeat center center;
	height:29px;
}
.tab5img a:hover{
	background: url(http://acousticamplification.com/images/5bttn-hover.jpg) no-repeat center center;
	height:29px;
}


.chromestyle ul li{
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
display: inline;
text-align:center;
//padding-top:0px;
//margin:0px;
//float: right;
text-transform: uppercase;
font-weight:bold;
position:relative;
height:12px;
float:right;
}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
//height:15px;
color: #F0F0F0;
//padding-top:0px;
//padding-right:0px;
//padding-bottom:0px;
//padding-left:0px;
margin: 0px;
text-align:center;
padding:5px;
float:left;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#7ed3f7;
height:26px;
font-size:12px;
color:#000;
//padding-top:0px;
//padding-right:0px;
//padding-bottom:0px;
//padding-left:0px;
margin: 0px;
text-align:center;
padding:6px;
}

.showflash{
z-index: 10;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
z-index:3000;
top: 2px;
font-family: Helvetica, Helvetica-bold;
font-size: 11px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
background-color:#000;
width:140px;
height:70px;
visibility: hidden;
text-align:center;
padding-bottom:9px;
}


.dropmenudiv a{
display: block;
height:13px;
padding-top:10px;
text-decoration: none;
color: #F0F0F0;
text-transform:capitalize;
whitespace:nowrap;
text-align:center;
}

* html .dropmenudiv a{ /*IE only hack*/
color: white;
font-family: Helvetica, Helvetica-bold;
font-size:12px;
color:#FFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #7ed3f7;
}

.headerDivPosition {
	margin-top:-36px;
	margin-left:238px;
	padding:0px;
	position:absolute;
}

*+html .headerDivPosition {
	margin-top:20px;
	margin-left:40px;
	padding:0px;
	position:absolute;
}