#topmenudiv{
	position:absolute;
	font:normal 11px Verdana;
	line-height:28px;
	z-index:100;
	border: none;
	padding-left:0px;
	padding-top:8px;
	}
	

#topmenudiv a{
	width: 100%;
	display: block;
	text-indent: 15px;
	padding: 1px 0;
	text-decoration: none;
	font-family:Verdana;
	font-weight: normal;
	font-size:11px;
	color:#012D59;
	background-image: url(images/menu-o.gif);
	background-repeat:  repeat-x;
		}

#topmenudiv a:hover{ /*hover background color*/
	color: #012D59;
	font-weight:bold;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	}
	
#topmenudiv a:hout{ /*hover background color*/
	color: #012D59;
	font-weight:bold;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	}	







