@charset "utf-8";
/* CSS Document */

.menu {
	background: url(images/menu-nav.gif) #006 bottom left repeat-x;	
	width: 100%;
	height: 32px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;	
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.menu ul li {
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

.menu ul li a {
	background: url(images/menu-nav.gif) #006 bottom left repeat-x;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 175px;
	display: block;
	border: 1px solid #003;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 1px #000;
	text-align: center;
} 

.menu ul li a:hover {
	background: url(images/menu_nav_over.gif);	
}

.menu ul li:hover ul {
	visibility: visible;	
} 

.menu ul li ul {
	display: block;
	position: absolute;
	top: 31px;
	visibility: hidden;	
}

.menu ul li ul li a {

} 