*.menu ul.top_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	left:18px;
	top:130px;
	width:155px;

	font-size:18px;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.1em;

	list-style-type:none;
	list-style-position:outside;

	border-bottom:1px solid white;
	overflow:hidden;
}

*.menu *.top_menu li {
	width:155px;
	border-top:1px solid white;
}

*.menu ul.sub_menu {
	position:relative;
	left:-30px;
	top:-7px;

	font-size:14px;
	line-height:24px;
	font-weight:bold;
	letter-spacing:0.0em !important;
	
	list-style-type:none;
	list-style-position:outside;
}

*.menu *.sub_menu li {
	border-top:none !important;
}

*.top_menu a {
	background-image:url(../images/arrow_transparent.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:8px;
	color:#DE2126;
	text-decoration:none;
}

*.top_menu a:hover	{
	background-image:url(../images/arrow_white.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:8px;
	color:#FFFFFF;
	text-decoration:none;
}

*.top_menu a.active {
	background-image:url(../images/arrow_black.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:8px;
	color:#DE2126;
	text-decoration:none;
	line-height:24px !important;
}

*.sub_menu a { background-position:0px 4px !important; }