.chromestyle{
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
	  	  border-bottom:1px solid #666;
}
.chromestyle li {
      display:inline;
      margin:0;
      padding:0;
      }

.chromestyle a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.chromestyle a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.chromestyle a span {float:none;}
    /* End IE5-Mac hack */
.chromestyle a:hover span {
      color:#FFF;
      }
.chromestyle a:hover {
      background-position:0% -42px;
      }
.chromestyle a:hover span {
      background-position:100% -42px;
      }
	  
	  

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{


	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;

}

.chromestyle ul li{
      display:inline;
      margin:0;
      padding:0;

}

.chromestyle ul li a{
color: #494949;

margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{

}

.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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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 #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: 60%black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}




