#menu
{
	width: 195px;
	overflow: hidden;
}

#menu .menuHeader
{	    
    cursor: pointer;    
    width: 195px;
	height: 24px;
	font-variant: small-caps;
	text-align: right;
	background-image: url(images/menubg.jpg);
	font-size: 10pt;
	font-weight: bold;	
	padding: 9px 0px 0px 0px;
	overflow: hidden;
}

#menu .menuHeaderSelected
{
	cursor: pointer;    
    width: 195px;
	height: 26px;
	font-variant: small-caps;
	text-align: right;
	background-image: url(images/menuactivebg.jpg);
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;	
	padding: 7px 0px 0px 0px;
	margin-top: 2px;
	overflow: hidden;
}

#menu .menuContent
{   	
    width: 195px;
	background-color: #434343;
	background-image: url(images/fading.jpg);
	background-repeat: repeat-x;
	overflow: hidden !important;
	text-align: right;
	padding: 7px 0px 7px 0px;
}

#menu .menuHeader a { padding: 0px 44px 0px 0px; color: White; }
#menu .menuHeader a:hover { text-decoration: underline; }

#menu .menuHeaderSelected a { padding: 0px 44px 0px 0px; border: none; }
#menu .menuHeaderSelected a:hover {	text-decoration: underline; }

#menu .menuContent a { padding: 0px 15px 0px 0px; width: 195px; color: White; }
#menu .menuContent a:hover { background: none; text-decoration: underline; }
