﻿#topmenu
{
	position:relative;
	top:67px;  /*82px*/
	left:180px;
	float:left;
	width:auto;
	margin:0;
	clear:both;
	/*height:46px;*/
	/*border:solid 1px Red;*/
}

#topmenu ul {
	list-style:none;
	margin:0;
	padding:0;

	}
	
	
#topmenu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#topmenu li {
	float:left;
	width:6em;
	/*background:url(/UI/Images/Navigation/tab-bg.gif) no-repeat left top;*/
	background:url(/UI/Images/Navigation/tab-bg.gif) repeat-y left top;
	margin:0;
	padding:20px 0 0 5px;
	border-right:solid 1px white;
}

#topmenu li span 
{
	height:12px;
	cursor:pointer;
	display:block;
	color:Black;
	font-size:10px;
	/*padding:0px 15px 0px 10px;*/
	padding:5px 12px 9px 5px;
	/*background:url(/UI/Images/Navigation/tab-bg-right.gif) no-repeat right top;*/
	overflow:hidden;

}

#topmenu li a 
{
	display:block;
	padding:0 0 0 0px;
	text-decoration:none;
	color:Black;
	font-weight:bold;
	font-size:10px;
	line-height:normal;
	padding:5px 12px 9px 5px;
	/*background:url(/UI/Images/Navigation/tab-bg-right.gif) no-repeat right top;*/
	
}

#topmenu li:hover {
    background-position: left -46px;

}
#topmenu li:hover a
{
    text-decoration:none;	
}

#topmenu li.selected, #topmenu li.selected:hover{
    background-position: left -92px;
    color:White;
}

#topmenu li.selected a, #topmenu li.selected:hover a{
    color:White;
}

/* Hide from IE5-Mac \*/
#topmenu li { width:auto; }
#topmenu a {
	float:none;
	width:auto;
	}
/* End IE5-Mac hack */

