@charset "utf-8";
/* CSS Document */
#logo {
	padding:15px 0px 0px 0px;
	height:140px;
	background:url(/images/header/logo_24.png) no-repeat ;
	background-position:bottom;
}
#logo_bottom {
	width:800px;
	margin:auto;
	padding:0px 0px 0px 0px;
	height:40px;
	background:#CCCCCC;
	background: url(/images/content/tall_fade_gray.png) repeat-x;
	/*background:url(/images/content/content_top.png) no-repeat;*/
	background-position:bottom;
}
#header {
	width:800px;
	margin:auto;
}
#menu {
	position:relative;
	/*background:#EFEFEF;*/
	width:800px;
	/*line-height:24px;*/
	/*height:32px;*/
	margin:auto;
}
#menu ul {
	position:absolute;
	top:-50px;
	left:7px;                        
	margin:auto;
	padding:0;
}
#menu ul li {
	display:inline-block;
	/*vertical-align:middle;*.
	/*height:32px;*/
	float:left;
	font-size:0px;
}
#menu a {
	display:block;
	
	/******/
	
	text-align:center;
	margin:0px 4px 0px 4px;
	width:75px;
	height:20px;
	padding:1px 2px 58px 2px;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background: url(/images/buttons/home.png);
	/*border: #333333 1px solid;*/
	background-repeat:no-repeat !important;
	/******/
	
	/*color:#000000;
	text-decoration:none;*/
}
#menu a:hover{
	position:relative;
	top:-2px;
	text-decoration:none;
	padding-bottom:60px;
	/*border:#333333 1px solid;*/
}