ul	{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}

a      { 
	color: #105cb6;
	text-decoration: none; 
	outline: none               
	}
a:hover                 { text-decoration: underline; }


#header-menu {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position:absolute;
	left: 203px;
	top: 80px;
	border: 1px solid #e1effd;
	border-width: 1px 0 1px 0;
	background: #f1f8ff url("img/menu-tabs-bg.gif" ) repeat-x center;
	/*background:#FF3399 url("img/menu-tabs-bg.gif" ) repeat-x center;*/
}

#header-menu ul { 
	overflow: hidden; 
	float: left; 
	margin-right: 20px; 
	_margin-right: 10px; 
}

#header-menu ul li { 
	float: left; 
	margin-left: 10px; 
}

#header-menu ul li a       { 
	display: block; 
	font-weight: bold; 
	padding: 10px; 
	}

#header-menu ul li img { 
	border:none;
	vertical-align:middle;
	}	
	
#header-menu ul li a:hover, 
#header-menu .active a     { 
	text-decoration: none; 
	color: #fff; 
	background: #105cb6 url("img/menu-tabs-bg-hover.gif" ) repeat-x center;
	}
