/* Start of CMSMS style sheet 'MenuTest' */
/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
#menu{
	width:100%;
	margin:15px;
        height:50px;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 2px;
}
#menu li a{
	display:block;
	float:left;
	height:66px;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/Menu/menu_009_l.png) no-repeat left;
	line-height:66px;
	padding:0 0 0 9px;
	text-decoration:none;
}
#menu li a span{
	display:block;
	float:left;
	background:url(images/Menu/menu_009_r.png) no-repeat right;
	height:66px;
	color:#d2eeff;
	line-height:66px;
	padding:0 18px 0 8px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/Menu/menu_009_h_l.png) no-repeat left;
	height:66px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/Menu/menu_009_h_r.png) no-repeat right;
	color:#fff;
	height:66px;
}
#menu li a.current {
	display:block;
	float:left;
	height:66px;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/Menu/menu_009_h_l.png) no-repeat left;
	line-height:66px;
	padding:0 0 0 9px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/Menu/menu_009_h_r.png) no-repeat right;
	height:66px;
	color:#fff;
	line-height:66px;
	padding:0 18px 0 8px;
}
/* End of 'MenuTest' */

