#tabs {
	  margin-top: 4px;
	  margin-bottom: 16px;
      float:left;
      width:100%;
      background:url("/images/bg.gif") repeat-x bottom;
      font-size:1em;
      line-height:normal;
}
    #tabs ul {
      margin:0;
      padding:0px 0px 15px 0px;
      list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 1px 0 6px;
      border-bottom:1px solid #f09f00;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("/images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 8px;
      font-weight:normal;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#006699;
      }
    #tabs #current a {
      background-position:0 -150px;
      border-width:0;
}
    #tabs #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #tabs a:hover {
      background-position:0% -150px;
      }
    #tabs a:hover span {
      background-position:100% -150px;
      }
	  
	  .chromestyle{
width: 120px;
float: left;
padding-top: 0px;
margin: 0;
color: #333;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index:100;
	text-align: left;
	list-style-type: none;
	
	
}



.chromestyle ul{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	text-align: left;
	z-index:100;
	list-style-type: none;	
}

.chromestyle ul li{
display: inline;
z-index:100;
list-style-type: none;
}

.chromestyle ul li a{
color: #666;
margin: 0;
text-decoration: none;
border-bottom: none;
border-left: 1px solid #DADADA;
	padding: 10px;
	text-align: right;
	z-index:100;
	list-style-type: none;
}

.chromestyle ul li a:hover{
z-index:100;
list-style-type: none;

}




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

.dropmenudiv
{
position:absolute;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
font-size: 10pt;
line-height: 20px;
z-index:100;
background-color: #f6f6f6;
width: 260px;
visibility: hidden;
padding: 0px;
list-style-type: none;
margin: 0px;

}


.dropmenudiv a
{
width: auto;
display: block;
border-bottom: 0; /*THEME CHANGE HERE*/
padding: 0px 6px 0px 6px;
text-decoration: none;
color: #333;
z-index:100;
text-align: left;
}

#chromemenu .dropmenudiv a, .dropmenudiv a:visited
{
	color: #333;
	z-index:100;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color: #006699;
z-index:100;
}

