@charset "UTF-8";
/* CSS Document */


    #tabs5 {
		float:left;
		width:100%;
		line-height:normal;
		background: none;
      }
    #tabs5 ul {
		margin:0;
		padding:11px 10px 0 0px;
		list-style:none;
      }
      html* #tabs5 ul {
      	padding-top:13px;
      }
      
    #tabs5 li {
	display:inline;
	margin:0;
	padding: 0;
      }
    #tabs5 a {
	float:left;
	background:url("../images/tableft5.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-family:"Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
      }
    #tabs5 a span {
	float:left;
	display:block;
	background:url("../images/tabright5.gif") no-repeat right top;
	padding:5px 35px 6px 28px;
	color:#333333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {
	float:none;
	margin-right: 12px;
}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
	color:#333333;
      }
    #tabs5 a:hover, #tabs5 li.active a {
      background-position:0% -42px;
      }
    #tabs5 a:hover span , #tabs5 li.active a span {
      background-position:100% -42px;
      }  

      #tabs5 ul ul {
      	position: absolute;
      	top: 56px;
      	left: 0;
      	color: #333;
      	background: url("../images/underline.jpg") left bottom no-repeat;
      	padding: 0 0 10px;
      	width: 850px;
      	margin: 0 0 10px;
      }
      #tabs5 ul ul li {
      	border-right: 1px solid #cac9c9;
      	display: block;
      	float: left;
      	padding: 0 45px 0 0;
      	margin: 0 45px 0 0;
      	}
	      #tabs5 ul ul li.last {
	      	border: none;
      		padding: 0;
      		margin: 0;
	      	}
      #tabs5 ul ul li a {
      	color: #333;
      	background: none;
      }
      #tabs5 ul ul li a:hover {
      	text-decoration: underline;
      }
      #tabs5 ul ul li.active a {
      	text-decoration: none;
      	color: #bb8d5c;
      }