/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
	#menu{
/*		margin:0 auto;*/
		width:1000px;
		height:31px;
		background:url(/images/menu_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:31px;	
				line-height:31px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:11px;
					background:url(/images/menu_h.jpg) no-repeat bottom;
					font-weight:bold;	
					line-height:31px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
										 width:94px;
						background:url(/images/menu_h.jpg) no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(/images/menu_h.jpg) no-repeat bottom;
					color:#fff;
					width:94px;
					font-size:11px;
					font-weight:bold;
					line-height:31px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
	#menutab{
		width:1000px;
	}
		#menutab ul{
			list-style:none;
		}
			#menutab li{
				list-style:none;
				display:inline;
				margin:0 0px;
			}
				#menutab li a{
					color:#b5b4b4;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					border-bottom:5px solid #b5b4b4;
					cursor:pointer;
					padding:0 0 1px 0;
				}
					#menutab li a:hover{
						border-bottom:5px solid #008fd5;
						color:#008fd5;
						text-decoration:none;
					}
				#menutab li a.current{
					border-bottom:5px solid #b5b4b4;
					color:#008fd5;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
				}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
