@charset "utf-8";
/* Elements of the header */


#headerbase {
	height: 96px;
	background-image: url(../images/background_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ECECEC;
	border-left-color: #ECECEC;
}
#logo {
	height: 77px;
	width: 212px;
	margin: 5px 0 0 20px;
	padding: 5px 0 0 0;
	float: left;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*starts the top menu*/
#tmenu {
	margin:0;
	height: 91px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F30;
	font-size: 12px;
	font-weight: bold;
	padding:5px 0 0 0;
	float:right;
	position:relative;
	z-index:1000;
}
#tmenu ul{
	list-style: none;
	margin:0;
	padding:0;
}
#tmenu ul li{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #333;
	height: 91px;
	width: 102px;
	float: left;
	list-style:none;
	margin-right: 1px;
	text-align: left;
	padding:0;
	background:none;
}
#tmenu ul li.tm_settings {
	margin-right:0;
	}
#tmenu ul li.tm_first {
	width:98px;
	}

#tmenu ul li a, #tmenu ul li.active a, #tmenu ul li.high a {
	display:block;
	color: #333;
	text-decoration: none;	
	background: url(../images/li_opt.png) repeat-x 0 0;
	padding: 30px 5px 10px 10px;
	width:87px;
	height:51px;
}

#tmenu ul li.tm_first a {
	width:83px;
	}

#tmenu ul li a:hover, #tmenu ul li.high a, #tmenu ul li.active a{
	color: #FFF;
	background: url(../images/li_opt.png) repeat-x 0 -100px;
}

#tmenu ul li a:hover{
	color: #FFF;
	background: url(../images/li_opt.png) repeat-x 0 -200px;
}

#tmenu ul li ul{
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	top:91px;
	left:0;
	border-top:1px solid #000000;
}
#tmenu ul li.active ul{
	display:block;
	}
#tmenu ul li ul li{
	display: block;
	list-style:none
	float: none;
	padding:0;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom:1px solid #000000;
	height:auto;
	overflow:visible;
	position:relative;
}

#tmenu ul li ul li a, #tmenu ul li.active ul li a, #tmenu ul li.active ul li.subactive ul li a {
	background: url(../images/li_opt.png) repeat-x 0 0;
	display:block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color:#3C3533;
	height:auto;
	width:auto;
}

#tmenu ul li.active ul li.sub_selected a, #tmenu ul li.active ul li ul li.sub_selected a {
	background:#F50;
	color:#FFFFFF;
}

#tmenu ul li ul li a:hover, #tmenu ul li ul li.high, 
#tmenu ul li.active ul li.subactive a, 
#tmenu ul li.active ul li.subactive ul li a:hover
 {
	background:#C00;
	color:#FFFFFF;
}



#tmenu ul li ul li ul, #tmenu ul li.active ul li ul{
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	left:-103px;
	width:103px;
	top:-1px;
}

#tmenu ul li ul li.subactive ul, #tmenu ul li.active ul li.subactive ul{
	display:block;
}

#search_label {
	height:34px;
	display:inline-block;
	vertical-align:top;
	padding-top:7px;
	}
#search_label input {
	margin-top:1px;
	}
#go_btn {
	width:39px;
	height:34px;
	background:url(../images/Go.png) no-repeat center center;
	border:0px none;
	cursor:pointer;
	display:inline-block;
}


/*End of tmenu*/



