 
 
#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 100px;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#chromemenu ul li a:hover{
	width:25px;
	height: 25px;
	background: url(../images/search_botton.gif);
}

 
    #chromemenu #current a {
		width:25px;
	height: 22px;
           background-image: url(../images/search_botton.gif);
		  font-weight: bold; 
        }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /*- Menu Tabs I--------------------------- */

    #tabsI {
	float:left;
	width:450px;
	height: auto;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	height: auto;
      }
    #tabsI ul {
	width:400px;
	height: 22px;
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
      }
    #tabsI li {width:inherit;
	height: 22px;
	
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {width:25px;
	height: 22px;
	
      float:left;
      /*background:url("tableftI.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabsI a span {
	float:left;
	display:block;
	width:25px;
height: 22px;
	color:#666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {
	width:25px;
	height: 22px;
	
	float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
	width:25px;
	height: 22px;
	color:#000000;
	background-image: url(../images/search_botton.gif);
      }
    #tabsI a:hover {
	width:25px;
height: 22px;
	background-image: url(../images/search_botton.gif);
	
      }
    #tabsI a:hover span {
	width:25px;
	
	background-image: url(../images/search_botton.gif);
	height: 22px;
      }

        #tabsI #current a {
		width:25px;
	height: 22px;
           background-image: url(../images/search_botton.gif);
		  font-weight: bold; 
        }
        #tabsI #current a span {
	width:25px;
	height: 22px;
	background-image: url(../images/search_botton.gif);
	font-weight: bold;
        }

