.chromestyle{
width: 900px;
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 1000px;
background:url(../images/chromebg.jpg)) center center repeat-x;
padding: 8px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-weight:bold;
padding: 10px 36px 10px 10px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.jpg) center center repeat-x;
}


/*Dropmenudiv2*/

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #DEAF57;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #DEAF57;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#ffffff;
font-weight:bold;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color:#F59703;
color:#ffffff;
font-weight:bold;
}


/*Menu*/
#menu {
width: 200px;
text-align: left;
font-weight:bold;
font-size:13px;
}

#menu li a {
height: 33px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 276px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #ffffff;
display: block;
background:url(../images/left-nav-over.jpg) top center no-repeat;
padding: 8px 0 0 10px;
height: 26px;
text-align: left;
}
	
#menu li a:hover {
color: #ffffff;
background:url(../images/left-nav-down.jpg) top center no-repeat;
padding: 8px 0 0 10px;
height: 26px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

/*footer menu*/
#footer{
  padding-top:8px;
  text-align:center;
 
}
#footer li
{
display: inline;
list-style-type: none;
padding-right: 40px;
font-size:13px;
color: #DD9B00;
font-weight:bold;
padding-top:8px;
}
#footer li a
{
text-decoration:none;
color: #ffffff;
font-weight:bold;
}

