#topmenu {
text-align:center;
width:100%;
}

ul#topNav
{
  	text-align: center;
  	background:  url(images/bg_hdr_links.png) no-repeat top left; 
	height: 25px;
	color: #661166; 
	font-size: 12px;
	margin: auto;
	padding: 6px 5 5 5px;
	z-index: 20;
}


ul#topNav a
{
 	font-size: 12px;
	color: #661166;
	text-decoration: none;
	
}

ul#topNav a:hover
{
 	font-size: 12px;
 	background-color:  #661166;
	color: white;
	text-decoration: underline;
}

ul#topNav li
{
	display: inline;
	list-style:none;
		padding: 0 0 0 23px;
}



/* Styles for Dropdown Menus */
li.dropdown
{
    position: relative;
    z-index: 100;
}

div.dropdown
{
    position: absolute;
    height: 0px;
    width: 140px;
    top: 16px;
    left: 16px;
    overflow: hidden;
    /*visibility: hidden;*/
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS" !important;
    font-family: Arial;
}


ul#topNav li.dropdown div ul
{
    position: relative;
    left: 0;
    top: 0;
    margin-top: 4px;
    height: 100px;
    width: 100px;
    background-image:  url(images/bg_yel.png);
    border-right: solid 1px white;
    padding: 4px 5px 0 5px;
}
ul#topNav li.dropdown div ul li
{
    display: block;
    padding: 0 0 3px 12px;        
}
ul#topNav li.dropdown div ul li a
{
    	font-size: 12px;
		color: #661166;
}
ul#topNav li.dropdown div ul li a:hover
{
  background-color: #661166;
    color: white;
    text-decoration: none;
    font-weight: bold;
} 