/* @override http://www.upstar.co.uk/cairn/cairn_menu.css */

/* Main menu */

#menu ul {  /* menu */


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	list-style: none;
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 0;
	line-height: 1;
	padding: 0px 0px 0px 10px;
	clear:left;
	position:relative;
	list-style-type: none;
	background-color: #1F1E8D;
	z-index:999 !important;
	line-height: 25px;
}
/*
*/

#menu li { /* menu button area */
	float: left;
    position: relative;
	text-align: left;
	width: auto;
	cursor: default;
	list-style-image: none;
}
	
#menu #nav a  /* menu links*/
{
	display: block;
	white-space: nowrap;
	float: left;
	color: #000;
	padding: 7px 7.5px 0px 7.5px;
	margin: 0px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
	height: 25px;
	margin-top: 0px;
}

#menu #nav a#main_selected,  #home_page a#home, #about_page a#about, #donate_page a#donate, #what_we_do_page a#what_we_do, #where_page a#where, #get_involved_page a#get_involved, #contact_page a#contact, #events_page a#events, #doners_page a#doners, #kids_zone_page a#kids_zone, #learn_zone_page a#learn_zone {
	color: #FFF;
}

/* Hovered buttons */
#menu ul#nav li a:hover 
{
	color: #FFF;
}

/* Makes main menu item highlight when its submenu is hovered over*/
#menu ul#nav li:hover > a  {
	color: #FFF;
}

/* Makes main menu item which is selected highlight when its submenu is hovered over*/
#menu ul#nav li:hover > a#main_selected  {
	color: #fff; 
}


/* Selected buttons of various states */
#home_button
{
	color: #FFF;
	text-decoration: none;
}

#menu ul#nav a#main_selected:hover {
	color: #fff;
}

#menu li ul{
	margin-top: 25px;
	*margin-top: -7px;
}
/* ------------- SUB MENU -------------*/

#menu li ul.inner { /* sub menu */
	display: none;
	position: absolute;
	float: left;
	width: 115px;
	background-color: #8CC63F;
	background: url(images/sub_menu_green3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	list-style-type:none;
}

#menu li ul.inner_wide { /* sub menu wider */
	display: none;
	position: absolute;
	float: left;
	width: 155px;
	background-color: #8CC63F;
	background: url(images/sub_menu_green3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	list-style-type:none;
}

#menu li ul.inner_wider { /* sub menu wider */
	display: none;
	position: absolute;
	float: left;
	width: 178px;
	background-color: #8CC63F;
	background: url(images/sub_menu_green3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	list-style-type:none;
}

#menu li:hover ul, #menu li.over ul { /* Make sub menu appear when hovered */
	display: block;
	z-index: 999;
}
	
#menu #nav ul a { /* sub menu links*/
	display: block !important;
	cursor: pointer;
	padding: 0px 12px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: 200;
	font-size: 12px;
	color: #000000;
	height: 16px;
}

#menu #nav ul li{ /* sub menu links*/
	margin: 0px;
	padding: 0px;
	width: 100px;
}

#menu #nav ul li.last a { /* sub menu links*/
	padding-bottom: 6px;
}

#menu ul#nav li ul li a:hover, #menu #nav #main_selected ul li a:hover { /* sub menu links hover */
	border-width: 1px 1px;
	z-index:999;
	color: #FFF;
}

#menu #nav #selected ul a:visited, #menu #nav #selected ul a { /* selected buttons submenu links */
	color: #fff;
}

li{
	padding: 0px;
	margin: 0px;
}

form {
	margin-left: 30px;
	margin-top: 20px;
}


/* , #about_page .about #donate #menu .donate a, #what_we_do #menu .what_we_do a, #where #menu .where a, #get_involved #menu .get_involved a, #contact #menu .contact a */
