#menu_hor {
	margin-top:80px;
	text-align:center;
	width:214px;
}
#menu_hor a {
	color:#666666;
	font-size:12px;
	text-decoration:none;
}
#menu_hor a:hover {
	color:#666666;
	text-decoration:underline;
}
#menu_hor a.selected {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#menu_ver {
	font-family:Verdana,Arial;
	width:214px;
}
#menu_ver ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#menu_ver li {
	/*background:transparent url(/images/submenu.jpg) no-repeat scroll 0%;*/
	background-color:#FD7D00;
	/*border-bottom:1px solid white;*/
	margin-bottom:1px;
	padding:0pt;
	width:100%;
}

#menu_ver li a {
	color:white;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding-left:30px;
	text-decoration:none;
}

#menu_ver li a:hover {
	text-decoration:underline;
}
#menu_ver li a.selected {
	text-decoration:underline;
}
ul.sub {
	position:absolute;
	visibility:hidden;
	z-index:10;
}
#menu_ver ul.selected {
	background-color:#EEAD2F;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:214px;
}
#menu_ver ul.selected li {
	/*background-color:#F2C136;*/
	background-color:#AEAEAE;
	height:20px;
	margin:0px;
	padding:0px;
	border-top:1px solid white;
	/*border-bottom:1px solid white;*/
}
#menu_ver ul.selected a {
	color:white;
	font-size:11px;
	line-height:20px;
	padding-left:25px;
	text-decoration:none;
}
#menu_ver ul.selected a:hover {
	text-decoration:underline;
}
#menu_ver ul.selected a.selected {
	text-decoration:underline;
}