#navmenu{
width:798px;
height:30px;
}
.cssnav	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: georgia;
			background: url(images/nav-over.png) no-repeat;
			width: 114px;
			height: 30px;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
			display: block;
			color: #ffffff;
			font-size: 108%;
			width: 114px;
			height: 30px;
			display: block;
			float: left;
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
			color: #ffffff;
}


.cssnav img {width: 114px; height: 30px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
			position: absolute;
			left:0px;top: 7px;
			text-align: center;
			width: 113px;
			cursor: pointer;   
}

#navsubmenu{
width:778px;
background-color:#7f0020;
color:white;
padding-left:10px;
padding-right:10px;
line-height:25px;
height:25px;
font-size:85%;
overflow:hidden;
}

/* IE-specific hack */
* html #navsubmenu{
height: 100%;
}
#navsubmenu a{
color:white;
}
#navsubmenu a:hover {
color:white;
}

#navsubmenu .page_item {
padding-left:10px;
padding-right:10px;
margin:0px;
float:left;
}

#navsubmenu .current_page_item {
font-weight:bold;
}
#navsubmenu li {
list-style:none;
}
