/* Here is the customization for the CMS Navigation elements */

#cms-nav-wrap{
     width:890px;
     margin-left:10px;
    margin-bottom:10px;
}

#cms-nav-wrap a{
	border:none;
}

#menu-wrap{
	margin:0;
	background: url('images/generic_bg.jpg') repeat-x bottom left;
	background-color:#f5f6f6;
}

.cms-nav-bc{
    margin:5px 0 0 10px;
}

#cms-nav-top-menu {

}

#cms-nav-top-menu ul li{
 color:#3f3f40;

}

#cms-nav-clearit {
	height:1px;
}

#cms-nav-top-menu li ul{

	background: url('images/generic_bg.jpg') repeat-x bottom left;
	background-color:#f5f6f6;
    text-align:left;
}
#cms-nav-top-menu li:hover a,
#cms-nav-top-menu a:focus,
#cms-nav-top-menu a:active
{
	background: url('images/generic_bg.jpg') repeat-x bottom left;
	background-color:#f5f6f6;
}

#cms-nav-top-menu a.selected
{
	background: url('images/generic_bg.jpg') repeat-x bottom left;
	background-color:#f5f6f6;
}

#cms-nav-top-menu a.selected{
    color:#ee3224;
    font-weight:bold;
}

#cms-nav-top-menu span.selected{
    color: #ee3224;
}

.cms-nav-left-menu span.selected{
     color:#ee3224;
    font-weight:bold;
    text-decoration: none;
}

#leftbar ul li h4 {
	font-size: 130%;
	margin: 1em 0 0 0;
	padding: 0;
}









