/* Start of CMSMS style sheet 'Menu' */
.menu{
	width: 960px;
	height: 40px;
	background: url(images/layout/menu-bg.gif) repeat-x;
                list-style:none;
text-decoration: none;
}

.menu-bg{
	width: auto;
	height: 40px;
	left: 0;
                list-style:none;
text-decoration: none;
}

.menu-bg {
	width: auto;
	height: 40px;
	left: 0;
                list-style:none;
text-decoration: none;
}

.menu-bg ul{
	color: #fff;
	left: 0;
                margin: 0 0 0;
                margin-left: -40px;
                padding-left:-40px;
                list-style:none;
text-decoration: none;
}

.menu-bg li{
	float:left;
                margin-left:0;
                padding-left:0;
                list-style:none;
text-decoration: none;
}

.menu-bg li a{
	width: auto;
	float:left;
	display:block;
	color:#999;
	font:12px 'Arial', sans-serif;
	font-weight: bold;
	padding:0 3px 0 10px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: default;
                border-bottom: none;
                list-style:none;
text-decoration: none;
}

.menu-bg li a span{
	float:left;
	display: block;
	padding:0 17px 0 9px;
                height:40px;
                line-height:40px;
                font-weight: bold;
                border-bottom: none;
                list-style:none;
text-decoration: none;
}

.menu-bg li a:hover{
	color:#fff;
	background:url(images/layout/menu_hover_l.gif) no-repeat left 0px;
	cursor: pointer;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}

.menu-bg li a:hover span{
	color:#fff;
	background:url(images/layout/menu_hover_r.gif) no-repeat right 0px;
	cursor: pointer;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}

.menu-bg li.current a{
	color:#fff;
	background:url(images/layout/menu_hover_l.gif) no-repeat left 0px;
	left: 0;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}
.menu-bg li.current a span{
	color:#fff;
	background:url(images/layout/menu_hover_r.gif) no-repeat right 0px;
	left: 0;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}

.menu-bg li.current a:hover{
	color:#fff;
	background:url(images/layout/menu_hover_l.gif) no-repeat left 0px;
	cursor: default;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}
.menu-bg li.current a:hover span{
	color:#fff;
	background:url(images/layout/menu_hover_r.gif) no-repeat right 0px;
	cursor: default;
	border-bottom: none;
                list-style:none;
text-decoration: none;
}
/* End of 'Menu' */

