#menu {
	position: 		absolute;
	top: 			125px;
	z-index: 		10;
	width: 			1195px;
	background: 	url(../gfx/main-menu/main-bg.gif) no-repeat;
	overflow:		hidden;
}

#main{
	height:			31px;
	padding: 		0;	
}

#main a{
	width: 				120px;
	padding: 			10px 0 0 0;
	display: 			block;
	float: 				left;
	color: 				#303030;
	text-align: 		center;
	text-decoration: 	none;
	height:				21px; /*31-10padding*/
}

#main a:hover{
	color: #08be23;
}

#main a.current{
	color: 		#fff;
	background: url(../gfx/main-menu/main-a-bg-hover.gif) no-repeat bottom;
}

#sub{
	background: 		url(../gfx/main-menu/main-bg.gif) 0 -31px no-repeat;
	height: 			27px;
	padding: 			5px 0 0 0;
}

#sub a{
	font-size: 			1em;
	margin: 			0 0 0 15px;
	text-decoration: 	none;
	color: 				#fff;	
}

#sub a:hover{
	color: 			#fff;	
}

#sub a.current{
	color: 			#777;
	background: 	#fff;
	padding: 		3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}