.chromestyle{
margin:0px;
padding:0px;
font-size:11;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
 margin-left: 0;
  padding-left: 0em;
font-weight:normal;
clear: both; 
visibility: hidden;
margin:0px;

}

.chromestyle ul{
 margin-left: 0;
  padding-left: 0em;
margin:0px;

text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0px;

}

.chromestyle ul li a{
font-size:11;
font-family:Helvetica, Arial, sans-serif;
color: #FFFFFF;
text-decoration: none;	
}

.chromestyle ul li a:hover{
}

.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: 0;
border: 1px solid #543d25; /*THEME CHANGE HERE*/
border-bottom-width: 0;

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
z-index:100;
background-color: #d3c09a;
width: 130px;
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 #543d25; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color:#000000;
}

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */








#menu{
width:100%;
float:left;
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:none;
white-space:nowrap;
margin:0;
}



#menu a{
background:#eee;
text-decoration:none;
}

#menu a, #menu a:visited{
/*color:#000; */
}

#menu a:hover{
color:#a00;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}
#menu h2{
background:#000000;
}
/* End CSS Popout Menu */

