
#topMenu a 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#topMenu a:hover 
{
	color: #f27b00;
}

#topMenu div 
{
	 float: left;
}

#topMenu a 
{
	border: 0px;
	background:#336868 url(http://wisetopic.com/_img/_core/topMenu_bg.gif);
	display: block;
	padding: 8px 10px;
}
	
#topMenu .sep 
{
	background: url(http://wisetopic.com/_img/_core/topMenu_sep.gif) repeat-x top;
	padding: 8px 0px;
	height: 16px;
	width: 3px;
}
#topMenu .endCap 
{
	border: 0px;
	background:#336868 url(http://wisetopic.com/_img/_core/topMenu_bg.gif);
	height: 30px;
	width: 106px;
}