#menu
{
width: 138px;
background: ;
color: ;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
background: ;
width: 138px;
float: left;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
	position: relative;
	float: left;
	width: 136px;
	height: 39px;
	margin-bottom: 5px;
}

#menu ul li ul
{
width: 150px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a
{
font: 13px Arial;
display: block;
color: ;
text-decoration: none;
background: ;
text-align: left;
}

#menu ul li ul li a {
}

#menu a.main_menu
{
	font: 13px Arial;
	color: #374b5b;
	text-align: left;
background: ;
	height: 32px;
	width: 126px;
	background-image: url(../images/sce/menu_item_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-left: 10px;
}

#menu a.main_current
{
	color: #8a2b18;
background: ;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/sce/menu_item_bg-r.jpg);
	float: left;
	height: 32px;
	width: 126px;
	padding-top: 7px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a.current
{
color: ;
background: ;
}

#menu a:hover
{
color: ;
background: ;
cursor: pointer;
}

#menu a.main_menu:hover {
	color: #8a2b18;
background: ;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/sce/menu_item_bg-r.jpg);
	float: left;
	height: 32px;
	width: 126px;
	padding-top: 7px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

