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

#topmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: none;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
	color:#395D86;
	font-weight:bold;
	background-image:url(images/submenulink_bg.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:12px;
	}

#topmenudiv a:hover{ /*hover background color*/
	color:#005FA9;
	background-image:url(images/submenulink_bg1.gif);
	background-repeat:no-repeat;
}



#menu-bar{
	width:770px;
	background-image:url(images/menu_cell_background.jpg);
	background-repeat: repeat-x;
	margin:0px auto;
	text-align:left;
	vertical-align: top;
}
#menu-bar ul{
padding-left:0px; margin:0px;
}

#menu-bar li{
	padding-left:17px; padding-right:25px;
	display: inline;
}
