#menu
{
width: 100%;
float: left;
/*background: #3366CC;*/
}
#top_nav{
	background: url('../images/sce/template/bg-menu-leftrounded.jpg') no-repeat;
}
#menu{
	float: none;
	width:auto;
	background: url('../images/sce/template/bg-menu-leftrounded.jpg') no-repeat;
	padding-left: 23px;
	padding-bottom: 1px;
}
#menu ul{
	background: #a51530 url('../images/sce/template/bg-menu.jpg') repeat-x;
	color: #cdbb66;
	height: 42px;
	padding-left: 37px;
}
#menu li{
	padding-left: 1px;
	background: transparent url('../images/sce/template/bg_menu_li.jpg') left bottom no-repeat;
}
#menu li#menu0{
	padding-left: 0;
	background: none;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#top_nav #menu ul li
{
float: left;
}

#top_nav #menu ul li ul li
{
float: none;
}

#top_nav #menu ul ul
{
display: none;
}

#top_nav #menu ul li:hover > ul
{
display: block;
}
#top_nav #menu li
{
position: relative;
}

#menu ul li ul
{
width: 150px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
height: 1%;
/*font: 9px Verdana;*/
display: block;
/*color: #ffffff;*/
text-decoration: none;
/*background: #3366cc;*/
text-align: left;
}

#menu ul li ul li a {
}

#menu a.main_menu
{
font: 12px Verdana;
text-transform: uppercase;
color: #ffffff;
text-align: left;
/*background: #3366CC;*/
padding-left: 12px;
padding-top: 17px;
padding-right: 12px;
height: 25px;
/*background: #a51530 url('../images/sce/template/bg-menu.jpg') repeat-x;*/
/*padding-bottom: 2px;*/
}

#menu a.main_current, #menu a.main_menu:hover
{
/*color: #3366cc;
background: #FFFFFF;*/
background: #a85060 url('../images/sce/template/bg_menu_li_main_hover.jpg') repeat-x;
}

#menu a.current
{
/*color: #3366cc;
background: #FFFFFF;*/
}

#menu a:hover
{
/*color: #3366cc;
background: #ffffff;*/
cursor: pointer;
}

#menu a.main_menu:hover {
/*color: #3366cc;
background: #ffffff;*/
cursor: pointer;
}


