@charset "utf-8";
/* CSS Document */

#topPanel{width:762px; height:50px; position:relative; margin:0 auto; padding:0;}
#topPanel img{width:230px; height:80px; z-index:1; padding:0; position:absolute; margin:0 0 0 21px;}
/* MENU PANEL*/
#topPanel ul{
	display:block;
	width:850px;
	height:36px;
	position:absolute;
	top:13px;
	right:-47px;
	border-bottom:1px solid #AEAEAE;
	background-color:#000;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#topPanel ul li{float:left; font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#topPanel ul li a{width:100px; height:36px; display:block; padding:0; color:#FFF; background:#000; text-decoration:none; text-align:center; margin:0 0px 0 0; top:0px; left:0px;}
#topPanel ul li a:hover{width:100px; height:36px; text-decoration:none; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}
#topPanel ul li.active{width:100px; display:block; height:36px; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 0px 0 0;}
#topPanel ul li a.active{width:100px; height:36px; text-decoration:none; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}

#topPanel #largo a{width:150px; height:36px; display:block; padding:0; color:#FFF; background:#000; text-decoration:none; text-align:center; margin:0 0px 0 0; top:0px; left:0px;}
#topPanel #largo a:hover{width:150px; height:36px; text-decoration:none; background:url(images/button2.gif) no-repeat 0 0 #AEAEAE; color:#fff;}
#topPanel #largo a.active_largo{width:150px; display:block; height:36px; background:url(images/button2.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 0px 0 0;}
#topPanel #largo a.active_largo{width:150px; height:36px; text-decoration:none; background:url(images/button2.gif) no-repeat 0 0 #AEAEAE; color:#fff;}


ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      font-family:Verdana, Geneva, sans-serif;
	  font-weight:bold;
	  float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
	  font-size:9px;
	  height:65px;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
	background-position:100% -42px;
	
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }
