/* all menu links */
#nav2 a {
	text-decoration:none;
	display:block;
	padding:2px 15px;
	background-color:#eceded;
	border-left:2px solid #2dc337;
	font-size:0.8em;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav2 a{
	margin:0;
	float:left;
	background-color:#eceded;
	font-size:0.8em;
}


/* All menu links on hover or focus */
#nav2 a:hover, #nav2 a:focus{
	background-color:#eceded;
	color:#2dc337;
}

/* sub menu links on hover or focus */
#nav2 li a:hover,
#nav2 li a:focus{
	background-color:#eceded ;
	color:#2dc337;
}





/* All ULs and OLs */
#nav2, #nav2 ul, #nav2 ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav2 ol, #nav2 ul {
	/*border around submenu goes here*/
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	border:none;
	background:#eceded;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav2 li {
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	margin:0px;
	margin-left:10px;
	padding:0px;
	float:left;
}


/* main menu ul or ol elment */
#nav2{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:0px;
	left:650px;
	text-align: center;
	display:block;
}
