#custacc_menu 
{
	position:relative;
	z-index:101;
	margin-left:-20px;
	margin-right:-19px;
	clear:both;
	font-size:0px;
	padding:0px;
	border-bottom:1px solid #036cbf;
	border-top:1px solid #036cbf;
	height:25px;
}

#custacc_menu a 
{ 
	color:#003366; 
	display:block;
	padding:0px 15px 0px 20px;
	width:.1em;
	border-right: 1px solid #036cbf;
	white-space: nowrap;
	height:25px;
	line-height:25px;
	font-size:11px;
}
#custacc_menu > ul a { width:auto; }
#custacc_menu a:hover { 
	background-color:#e7f2fb; 
	text-decoration:none;
}
#custacc_menu ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#custacc_menu li { float:left; }
