#nav ul{
	padding : 0em;
	margin : 0;
	white-space : nowrap;
	color : #000000;
	float : left;
	border-style : dashed;
	border-color : #0099cc;
	border-width : 0px 0px 0px 0px;
	height: 20px;
	line-height: 30px;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	float : left;
	border-style : solid;
	border-color : #324992;
	border-width : 0px 1px 0px 0px;
	font-family: verdana;
	font-size: 12px;
	height: 30px;
}
#nav ul li a:hover{
	color : #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/menubg_over.jpg);
}
