@charset "utf-8";
/* CSS Document */
.chromestyle{
    width: 90%;
    font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.chromestyle ul{
    border: 1px solid #BBB;
    width: 100%;
    background: url(../images/menu/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0px;
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
    display: inline;
}

.chromestyle ul li a{
    color: #494949;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
    background: url(images/menu/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
    content: " v";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:99999;
	background-color: #F0F0F0;
	width: 170px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 7px;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #949C37;
	color: #FFF;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
	clear:both;
	float:left;
	width:100%;
	background:White;
	font-size:11px;
	line-height:normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #818730;
	font-weight: bold;
	}
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 110px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/menu/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
	float:left;
	display:block;
	background:url("../images/menu/tabrightJ.gif") no-repeat right top;
	color:#FFF;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

    #tabsJ #current a {
      background-position:0% -42px;
      }
    #tabsJ #current a span {
      background-position:100% -42px;
      color:#FFF;
      }
