/* common styling */
/* set up the overall width of the menu div, the font and the margins */

#menu{
	position:relative;
	margin-top:1px;
	width:780px;
	height:35px;
	z-index:65;
	background-color: #000066;
}

.menu {
	/*font-family: arial, sans-serif; */
	width:780px; 
	margin:0; 
	/*margin:0px 0 60px 0;*/
	position:relative;
	z-index:100;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:106px; 
	height:35px; 
	color:#FFFFFF; 
	border:1px solid #fff;
	border-width:0px 1px 0 0;
	/*background:#c9c9a7; */
	line-height:30px; 
	font-size:11px;
	padding-top: 2px;
}

.menu ul li ul {
	display: none;
}


.menu ul li:hover a {
	color:#006; 
	/*background:#a8c4eb;*/
	background:  url(images/menubg.gif) no-repeat;
	font-weight:bold;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:31px; 
	left:0; 
	width:105px;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#faeec7; 
	color:#000;
}

.menu ul li:hover ul li a:hover {
	background:#dfc184; 
	color:#000;
}

.active{
	background:  url(images/menubg2.gif) no-repeat;
	font-weight:bold;
}
