.chromestyle{
background: url(/images/a6.gif); float: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(/images/a6.gif); /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
background: url(/images/a6.gif); float: left;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(/images/a6.gif); /*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;
border: 1px solid #DDD;
background-color: #EEEEEE;
font:normal 12px sans-serif;
line-height:20px;
text-indent: 10px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden; 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-color: #EEEEEE;
text-indent: 10px;
padding: 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width: 210px;
  height: 20px;
  border: 1px solid #DDD;
  background-color: #EEEEEE;
  text-decoration: none;
  line-height: 20px;  
  font-family: Verdana, Sans-Sherif;
  font:normal 12px sans-serif;
  color: #494949;
  font-weight: bold;
  text-indent: 20px;
  padding-top: 4px;
}
a.sample_attach:hover
{
  display: block;
  background-color: #FAFAFA;
  text-decoration: none;
  color: #757575;
  font-weight: bold;
  text-indent: 20px;
}
a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child1            { border-bottom: 1px solid #DDDDDD; }
div#sample_attach_menu_child2            { border-bottom: 1px solid #DDDDDD; }
div#sample_attach_menu_child3            { border-bottom: 1px solid #DDDDDD; }
div#sample_attach_menu_child4            { border-bottom: 1px solid #DDDDDD; }
div#sample_attach_menu_child5            { border-bottom: 1px solid #DDDDDD; }
