.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*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;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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 ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 250px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: repeat-x;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/submenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 15px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
	color: #FFFFFF;
}
.support {
	width: 300px;
}
.supportroot {
	width: 250px;
}
#chromemenu {
	height: 35px;
}
#chromemenu .btn {
	height: 35px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px !important;
	text-decoration: none;
	font-size: 0.2em!important;
	margin: 0px;
	padding: 0px;
	line-height: .1em;
}
#chromemenu a.productshome {
	background-image: url(../images/mnu-products.gif);
	width: 75px;
}
#chromemenu a.productshome:hover {
	background-image: url(../images/mnu-products-.gif);
}
#chromemenu a.specialdiscounthome {
	background-image: url(../images/mnu-specialdiscount.gif);
	width: 144px;
}
#chromemenu a.specialdiscounthome:hover {
	background-image: url(../images/mnu-specialdiscount-.gif);
}
#chromemenu a.supporthome {
	background-image: url(../images/mnu-support.gif);
	width: 72px;
}
#chromemenu a.supporthome:hover {
	background-image: url(../images/mnu-support-.gif);
}
#chromemenu a.inmenu1 {
	background-image: url(../images/mnu2-home.gif);
	width: 45px;
}
#chromemenu a.inmenu1:hover {
	background-image: url(../images/mnu2-home-.gif);
}
#chromemenu a.inmenu2 {
	background-image: url(../images/mnu2-products.gif);
	width: 82px;
}
#chromemenu a.inmenu2:hover {
	background-image: url(../images/mnu2-products-.gif);
}
#chromemenu a.inmenu3 {
	background-image: url(../images/mnu2-features.gif);
	width: 79px;
}
#chromemenu a.inmenu3:hover {
	background-image: url(../images/mnu2-features-.gif);
}
#chromemenu a.inmenu4 {
	background-image: url(../images/mnu2-download.gif);
	width: 84px;
}
#chromemenu a.inmenu4:hover {
	background-image: url(../images/mnu2-download-.gif);
}
#chromemenu a.inmenu5 {
	background-image: url(../images/mnu2-pricing.gif);
	width: 72px;
}
#chromemenu a.inmenu5:hover {
	background-image: url(../images/mnu2-pricing-.gif);
}
#chromemenu a.inmenu6 {
	background-image: url(../images/mnu2-order.gif);
	width: 64px;
}
#chromemenu a.inmenu6:hover {
	background-image: url(../images/mnu2-order-.gif);
}
#chromemenu a.inmenu7 {
	background-image: url(../images/mnu2-support.gif);
	width: 75px;
}
#chromemenu a.inmenu7:hover {
	background-image: url(../images/mnu2-support-.gif);
}
a {
	outline: none;
}
