#menu, #menu ul
{
	list-style: none;
	width: 185px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

#menu {
	overflow: hidden;
}

#menu a
{
	background: url('/images/main/arrow_right_036.gif') 10px center no-repeat;
	color: #036;
	display : block;
	font-weight : bold;
	padding : 2px 10px;
	padding-left: 25px;
	text-decoration: none;
}

#menu .dropdown
{
	background: url('/images/main/arrow_down_036.gif') 10px center no-repeat;
}

#menu ul
{
	margin-left: 10px;
}

#menu ul li.current a
{
/*
background: url('/images/main/arrow_right_F93.gif') 10px center no-repeat;
*/
color: #F93;
cursor: text;
text-decoration: none;
}

#menu ul a
{
	color : #036;
	font-weight : normal;
	text-decoration: none;
background: none;
}

#menu ul a:hover
{
/* background: url('images/main/arrow_right_69C.gif') left center no-repeat; */
	text-decoration: underline;
	color : #69C;
}
