@charset "utf-8";
/* CSS Document */


#menu {
	/*background-image:url(pics/menu/menuhatter.gif);*/
	background-repeat:repeat-x;
	/*border:#000000 solid 1px;*/
	height:45px;
	padding:0px;
	margin:0;
	z-index:120;
}
#menuwrapper {
	background:none;
	/*border:#000000 solid 1px;*/
	position:relative;
	margin:0 auto;
	padding:1px;
	max-width:1150px;
	min-width:1150px;
	height:00px;
}
#nav {
	/*border:#000066 solid 1px;*/
	background:none;
	position:relative;
	/*float:right;*/
	margin:0 auto;
	padding:0;
	left:0px;
	height:38px;
	list-style:none;
}
#nav li.top {
	float:left;
	display:block;
	height:38px;
}
#nav li a.top_link {
	/*border:#6C3 solid 1px;*/
	display:block;
	min-width:60px;
	padding:6px 0 0 20px;
	height:35px;
	line-height:33px;
	letter-spacing:1px;
	float:left;
	font-family:tempus sans itc;
	font-size:16px;
	font-style:italic;
	font-weight:100;
	color:#999999;
	text-decoration:none;
	/*text-transform: uppercase;*/
	/*background:url(pics/menu/menuhatter.gif);*/
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 56px 0 28px;
	/*background:url(pics/menu/menuhatter.gif) right top no-repeat;*/
	height:35px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 56px 0 28px;
	/*background:url(pics/menu/menuhatterh.gif) right top no-repeat;*/
	height:35px;
}
#nav li:hover a.top_link {
	color:#000000;
	/*background:url(pics/menu/menuhatter2.gif) no-repeat left bottom;*/
}
#nav li:hover a.top_link span {
	/*background:url(pics/menu/menuhatter2.gif) no-repeat right top;*/
}
#nav li:hover a.top_link span.down {
	/*background:url(pics/menu/menuhatter2h.gif) no-repeat right top;*/
}
/*

Submenu

*/
/*#nav li:hover {	position:relative;	z-index:200;	}*/


#nav li:hover {
	position:relative;
}
#nav li:hover ul.sub {
	background-image:url(pics/menu/submenuhatter.png);
	background-repeat:repeat;
	/*border:#000 solid 1px;*/
	padding:10px;
	left:36px;
	top:38px;
	white-space:nowrap;
	min-width:95px;
	width:auto;
	height:auto;
}
#nav li:hover ul.sub li {
	display:block;
	height:36px;
	position:relative;
	z-index:125;
}
#nav li:hover ul.sub li a {
	display:block;
	height:18px;
	line-height:18px;
	font-family:tempus sans itc;
	font-style:italic;
	font-size:14px;
	text-indent:5px;
	color:#999;
	text-decoration:none;
}
#nav li:hover ul.sub li a:hover {
	/*background:url(pics/menu/submenuhatter.png) repeat;*/
	background-color:none;
	color:#000000;
	left:5px;
	top:38px;
	white-space:nowrap;
	width:auto;
	height:auto;
}
/*

clearing menu

*/
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}