﻿#menu{
	background-image:url('../images/bg_menu.gif');
	width:896px;
	height:32px;
	margin-top:3px;
	background-repeat:no-repeat;
	float:left;
	font-family:Arial;
	font-size:14px;
	position:absolute;
	top:335px;
}

#menu_member{
	background-image:url('../images/bg_menu.gif');
	width:896px;
	height:32px;
	margin-top:3px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:14px;
	position:absolute;
	top:150px;
}


#nav{
	margin-left:25px;
	height: 37px;

}

#nav ul {
	 padding:0px;
	 margin:0px;
	 display:inline;
	 list-style:none;
	 
}

#nav ul li{
	color:#e8e8e8;
	background-repeat:no-repeat;
	background-position:left;
	padding-top:0px;
	margin-top:0px;
	position: relative;
	display:inline;
	float:left;
}

#nav ul li a{
	background-repeat:no-repeat;
	background-position:left top;;
	display:block;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	


}

#nav ul li a.home {
	width:120px;
	height:23px;
	margin-right:30px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a.home:hover {
	width:120px;
	margin-right:30px;
}
#nav ul li a.about {
	width:180px;
	height:23px;
	margin-right:30px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a.about:hover {
	width:180px;
	margin-right:30px;
}
#nav ul li a.contact {
	width:134px;
	height:23px;
	margin-right:30px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a.contact:hover {
	width:134px;
	margin-right:30px;
}
#nav ul li a.support {
	width:150px;
	height:23px;
	margin-right:30px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a.support:hover {
	width:150px;
	margin-right:30px;
}

#nav ul li a.calendar {
	width:90px;
	height:23px;
	margin-right:30px;
}
#nav ul li a.calendar:hover {
	width:88px;
	margin-right:30px;
}
#nav ul li a.newsletter {
	width:148px;
	height:23px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a.newsletter:hover {
	width:148px;
}
#nav ul li a.join {
	width:158px;
	height:23px;
}
#nav ul li a.join:hover {
	width:156px;
}





#nav ul li a:hover{
	background-color: #f1c11c;
	height:17px;
	color:#000;
	background-repeat:repeat-x;
	background-position:left top;
}

#nav ul li ul{
	position: absolute;
	left: 0px;
	top: 36px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;

}

#nav li:hover ul { 
	display: block; 
      }
      
#nav li.over ul {
	display:block;
}     

#nav li:hover ul li{
	display:block;
}

#nav ul li ul li a{
	border: 1px #B1C594 solid;
	border-top-width: 0px;
	background-image:url('../images/drop-menu.gif');
	background-repeat: repeat-x;
	padding: 3px;
	padding-left: 20px;
	width:200px;
	text-align:left;
	font-size:14px;
	color:#526536;
	

}

#nav ul li ul li a:hover{
	background-image:url('../images/drop-menu-active.gif');
	background-repeat:repeat-x;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



