#topmenu   { color: #FFFFFF; text-align: left; margin-right: auto; 
	background-color: #F56BB2;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 1px;	
	clear: left;
	font: 13px/18px  Arial, Geneva, Swiss, SunSans-Regular;
	width: 760px; /* IE5 */
	height: 22px; /* IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 758px;	
	height: 18px;
	}

#catmenu   { color: #666666; text-align: left; margin-right: auto; width: 758px;
	
	background-color: #FFFFFF;
	height: 18px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font: 13px/18px  Arial, Geneva, Swiss, SunSans-Regular;
}
a.bottom:link { color: #FFFFFF; font-size: 13px; font-family:  Arial, Geneva, Swiss, SunSans-Regular; text-decoration: none;
	background-color: #F56BB2;
}
a.bottom:visited { color: #FFFFFF; font-size: 13px; font-family:  Arial, Geneva, Swiss, SunSans-Regular; text-decoration: none;
	background-color: #F56BB2;
}
a.bottom:hover { color: #FFFFFF; font-size: 13px; font-family:  Arial, Geneva, Swiss, SunSans-Regular; 
	background-color: #F56BB2F; text-decoration: underline;
}

a.cat:link { color: #666666; font-size: 13px; font-family: Arial, Geneva, Swiss, SunSans-Regular; text-decoration: none;
	background-color: #FFFFFF;
}
a.cat:visited { color: #666666; font-size: 13px; font-family: Arial, Geneva, Swiss, SunSans-Regular; text-decoration: none;
	background-color: #FFFFFF;
}
a.cat:hover { color: #F56BB2; font-size: 13px; font-family:  Arial, Geneva, Swiss, SunSans-Regular; text-decoration: none;
	background-color: #FFFFFF;
}

/*dropdown menu*/

/* menu styles*/


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
font-weight: normal;
	color: #666666;
	display: block;
	text-decoration: none;
}
	
	
#nav li li a {
	display: block;
	font-weight: normal;
	color: #666666;
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	color: #F56BB2;
	border-width: 0 5px;
	
}


#nav li { /* all list items */
	float: left;
	position: relative;
	background-color: white;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: solid 1px #666
	}
	
#nav li li {
	display: block;
	float: left;
	width: 10em;
	border: solid 1px #F56BB2;
	}
	
#nav li ul { /* second-level lists */
	display: block;
	top: 1em;
	float: left;
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 17px;

}


