#supportMenu {
	margin: 0 0 -7px 0;
	list-style:none;
	height: 36px;
       color:#e5e5e5;
	}

#supportMenu:after {
	content:"."; 
	display:block; 
	height:	0; 
	clear:	both; 
	visibility:hidden;	
}

#supportMenu li {
	float:left;
background:transparent url(/images/design/support/support_nav_bg.gif) bottom right no-repeat;
}

#supportMenu li a:link, #supportMenu li a:visited {
	display:block;
	line-height:25px;
	padding:0 12px 4px 12px;
	font-size:12px;
	color:#000000;
	text-decoration:none;
        font-weight:bold;
}

#supportMenu li a:hover, #supportMenu li.current a:link, #supportMenu li.current a:visited {
background:#8ed9f9 url(/images/design/support/support_nav_hover_bg.gif) bottom center no-repeat;
	text-decoration:none;
        color:#000000;
        border-bottom:2px #000000 solid;
        font-weight:bold;
}

#supportMenu a.current {
        background:#8ed9f9 url(/images/design/support/support_nav_hover_bg.gif) bottom center no-repeat;
	text-decoration:none;
        font-weight:bold;
        color:#000000;
        border-bottom:2px #000000 solid;
}