.hidden-sub{ display: none; }

#menu {
	margin-left:0px;
	padding:0px;
	margin: 0px;
	float: left;
	width: 140px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul li.home a {
	background: #2b5283;
}

#menu ul { 
	margin: 0px; 
	padding: 0px;
}

#menu ul li { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	border-bottom: 1px solid white;
}
#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 21px;
	text-align: left;
	line-height: 21px;
	text-indent: 6px;
	color: #FFF;
	background-color: #2b5283;
	background-image: url(../graphics/bluaro.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#menu ul.show-sub li a {
	background: #EBEBEB;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 21px;
	text-align: left;
	line-height: 21px;
	text-indent: 6px;
	color: #666666;
}
#menu ul.show-sub li a:hover {
	font-size: 12px;
	display: block;
	width: 100%;
	height: 21px;
	text-align: left;
	line-height: 21px;
	text-indent: 6px;
	color: #000000;
	background-color: #FFCC66;
}
