/*- Menu Tabs I--------------------------- */

    #tabsI {
	
	line-height:normal;
	font-size:1.0em;
	margin-left:105px;
	
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
	display:inline;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0 5;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 11px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }




#sectors_nav {
	padding: 0;
	height: 20px;
	border-top: 1px #F48D29;
	border-right: 1px #F48D29;
	border-bottom: 1px #F48D29;
	border-left: 1px #F48D29;
}

#sectors_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px #F69D47;
	border-right: 1px solid #F69D47;
	border-bottom: 1px #F69D47;
	border-left: 1px #F69D47;
}

#sectors_nav ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#sectors_nav ul li a {
        background: #fff;
        width: 78px;
        height: 18px;
        border-top: 1px solid #F48D29;
        border-left: 1px solid #F48D29;
        border-bottom: 1px solid #F48D29;
        border-right: solid #F48D29;
        padding: 0;
        margin: 0 3 10px 0;
        color: #F48D29;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 1.0em/18px Arial, Helvetica, sans-serif;
}

#sectors_nav ul li a:hover {
        color: #FFF;
        background: #F48D29;
}

#sectors_nav a:active {
        background: #c60;
        color: #fff;
}

#sectors_nav li#active a {
        background: #c60;
        border: 1px solid #c60;
        color: #fff;
}
