..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{
width: 660px;
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
float: left;
display: block;
background-color: #FFFFFF;
}
..chromestyle ul li a img {border: none;}
..chromestyle ul li{
display: inline;
height: 54px;
float: left;

}

..chromestyle ul li a{
color: #999999;
height: 54px;
margin: 0;
text-decoration: none;

}

..chromestyle ul li a:hover{
background: url(images/menubg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
}

..chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

..dropmenudiv{
position:absolute;
top: 70px!important;
border: 1px solid #E8E8E8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background: transparent url(images/trans_white.png);
width: 200px;
visibility: hidden;
}

..dropmenudiv a{
width: auto;
display: block;
text-indent: 9px;
border-bottom: 1px solid #E8E8E8; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none!important;
font-weight: normal;
color: #000;
}

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

..dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1599d9;
color: #fff;
text-decoration: none!important;
}

#zero a {
background: url(images/button_home.jpg) no-repeat left;
display: block;
width: 62px;
height: 54px;
}
#zero a:hover {
background: url(images/button_home-over.jpg) no-repeat left;
display: block;
width: 62px;
height: 54px;
}

#one a {
background: url(images/button_features.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#one a:hover {
background: url(images/button_features-over.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#two a {
background: url(images/button_pricing.jpg) no-repeat left;
display: block;
width: 72px;
height: 54px;
}
#two a:hover {
background: url(images/button_pricing-over.jpg) no-repeat left;
display: block;
width: 72px;
height: 54px;
}
#three a {
background: url(images/button_services.jpg) no-repeat left;
display: block;
width: 83px;
height: 54px;
}
#three a:hover {
background: url(images/button_services-over.jpg) no-repeat left;
display: block;
width: 83px;
height: 54px;
}
#four a {
background: url(images/button_resources.jpg) no-repeat left;
display: block;
width: 94px;
height: 54px;
}
#four a:hover {
background: url(images/button_resources-over.jpg) no-repeat left;
display: block;
width: 94px;
height: 54px;
}

#five a {
background: url(images/button_support.jpg) no-repeat left;
display: block;
width: 79px;
height: 54px;
}
#five a:hover {
background: url(images/button_support-over.jpg) no-repeat left;
display: block;
width: 79px;
height: 54px;
}

#six a {
background: url(images/button_about.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#sic a:hover {
background: url(images/button_about-over.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#seven a {background:url(images/button_contact.jpg) no-repeat left; display: block; width: 100px; height: 54px;}
#seven a:hover {background:url(images/button_contact-over.jpg) no-repeat left; display: block; width: 100px; height: 54px;}
