/* Start of CMSMS style sheet 'fitstyler-menu' */
/*
--- MENU
*/

#menu
{
	background: url(/uploads/images/layout/menu_map.gif) 0 0 repeat-x;
position: absolute;
top: 16px;
left: 272px;
}

#menu .wrapper
{
	background: url(/uploads/images/layout/menu_leftcorner.gif) 0 0 no-repeat;
}

#menu ul
{
	margin: 0;
	height: 112px;
	background: url(/uploads/images/layout/menu_rightcorner.gif) 100% 0 no-repeat;
	padding-left: 40px;
        list-style: none;
}

#menu li
{
	
	float: left;
	padding: 20px 19px 0 0;
	position: relative;
        list-style: none;
        margin: 0.4em 0;
}

#menu ul ul
{
	margin: 0;
	height: auto;
	background: transparent;
	padding-left: 0;
	padding-top: 12px;
	position: absolute;
	left: 0;
	top: 37px;
	width: 145px;
        display: none;
}
* html  #menu ul ul 
{
	padding-top: 17px;
}




#menu .menuactive ul {display: block;}


#menu ul ul li
{
	
	float: none;
	padding: 1px 0 0px 0;
margin: 0;
}

#menu ul a
{
	text-decoration: none;
	/*font-weight: bold;*/
    cursor: pointer !important;
}

#menu ul ul a
{
color: #6D6D70;
}

#menu a.menuactive
{
        color: #AE1A22;
}

#menu li.menuactive li.menuactive a.menuactive
{
        font-weight: bold;
       color: #000;
}
#menu a:hover
{
	color: #AE1A22;
	text-decoration: none;
}

#menu ul ul a:hover
{
	color: #000;
}

/* End of 'fitstyler-menu' */

