/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu{
	width:624px;
	margin-top:10px;
	margin-bottom:20px;
/*	margin:55px;*/
/*	border:solid #c9d0d3;*/
/*	border-width:0 1px 0 1px;*/
	background:url(images/men_015_bg.jpg) repeat-x;
	height:21px;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	line-height:21px;
	margin:0 0px 0 0;
}
#menu li a{
	display:block;
	float:left;
	color:#84898c;
	/*text-transform:uppercase;*/
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	padding:0 8px;	
}
#menu li a span{
	display:block;
	float:left;
	color: #333333;
	cursor:pointer;
	background:url(images/menu_015_h.jpg) no-repeat center;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_015_h_bg.jpg) repeat-x;
	color:#686868;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_015_h_pointer.jpg) no-repeat center;
	color: #000000;
}
#menu li a.current{
	display:block;
	float:left;
	background:url(images/menu_015_h_bg.jpg) repeat-x;
	color:#686868;
	/*text-transform:uppercase;*/
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_015_h_pointer.jpg) no-repeat center;
	color:#FF9900;
}

#menu div{display:block;
float:left;
background-image: url(images/men_div.jpg);
width:1px;
height:12px;
margin-top:5px;
}
