/* @override http://campstages.org/assets/templates/campstages1/css/modxmenu.css */

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* @end */

#ajaxmenu ul li {
	position: relative;
	float: left;
	width: 126px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: #fff 0px 0px 5px ;
	font-size: 14px;
	font-weight: bold;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #062E4B;
}

#ajaxmenu ul li a:hover {
	color: #fff;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: bold;

	}

/* @group My Group */

/* @end */
#ajaxmenu ul li.category {
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

#ajaxmenu .here a {
	color: #fff;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #2b60af;
	display: block;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-color: #2B60AF;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #2b60af;
	text-align: left;
	border-bottom: 1px solid #163260;
	font-weight: normal;
	width: 200px;
	background-color: #5d91d1;
	font-size: 10px;
}
#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	color: #000;
	width: 200px;
}

 /* The pop */
#ajaxmenu {
	width: 760px;
	padding-top: 7px;
	height: 30px;
	background: url(../img/box_top.png) repeat-x;
	float: left;
	z-index: 1000;
}

#myajaxmenu {
	position: relative;
	height: 27px;
	width: 760px;
	z-index: 1000;
}

/* SIDEBAR MENU */
#sidebar_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar_nav li {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #00B3B6;
	letter-spacing: .1em;
	padding: 0px;
}
#sidebar_nav li a {
	color: #65cbf1;
	text-decoration: none;
}
#sidebar_nav li a:hover {
	color: #00b3b6;
}
#sidebar_nav li a:active {
	color: #006162;
	text-indent: 1em;
}
.LCOS_current {
	color: #006162;
}