#menu
{
	width: 122px;
	background: ;
	color: ;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 122px;
}

#menu ul ul
{
	display: none;
}

#menu ul li:hover > ul
{
	display: block;
}
#menu ul li
{
	float: right;
	width: 122px;
	padding-bottom: 5px;
}

#menu ul li ul
{
	width: 150px;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	top: 0;
	left: 100%;
}

#menu a
{
	font: 14px Arial;
	display: block;
	color: ;
	text-decoration: none;

}

#menu ul li ul li a {
}

#menu a.main_menu
{
	font: bold 14px Arial;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/sce/menu_item_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 112px;
	padding-top: 3px;
	padding-left: 10px;
}

#menu a.main_current
{
	color: #1f3eaa;
	background-image: url(../images/sce/menu_item_bg-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 20px;
	width: 112px;
}

#menu a.current
{
	color: ;
	background: ;
}

#menu a:hover
{
	color: ;
	background: ;
	cursor: pointer;
}

#menu a.main_menu:hover {
	color: #1f3eaa;
	background-image: url(../images/sce/menu_item_bg-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 20px;
	width: 112px;
	cursor: pointer;
}


