/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.aqua_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.aqua_blue ul {
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.aqua_blue li {
	background-image: url(img/menu_spliter.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 20px;
	background-color: #2e2f2f;
	padding-bottom: 3px;
}

/*
 * specific to AQUA skin only 
 * Applies to the last item of the first level
 */
.aqua_blue li.last {
	background-image: none;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.aqua_blue ul li{
	width: 110px;
	background-image: none;
	background-color: transparent;
	text-align: left;
	line-height: 20px;
	padding-bottom: 2px;
}

.aqua_blue ul li.last {
	border-bottom: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.aqua_blue a {
	text-decoration: none;
	color: #949494;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.aqua_blue ul a {
	padding-left: 10px;
	background-color: #969696;
	color: #222222;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.aqua_blue li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.aqua_blue ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.aqua_blue a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.aqua_blue ul a.selected {
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.aqua_blue li.hover {
}

/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.aqua_blue ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.aqua_blue a.hover {
	color: #222222;
	background-color: #969696;
	line-height: 20px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.aqua_blue ul a.hover {
	color: #969696;
	background-color: #2e2f2f;
	line-height: 20px;
	padding-left: 10px;
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.aqua_blue .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.aqua_blue .hover ul .arrow,
.aqua_blue ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.aqua_blue .hover .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.aqua_blue ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

/*Menu specific width settings*/
.aboutus {
	width: 90px;
}
.philosophies {
	width: 100px;
}
.causes {
	width: 105px;
}
.membership {
	width: 100px;
}
.events {
	width: 70px;
}
.contactus {
	width: 85px;
}

/*Menu specific mouse-over width settings*/
.aboutus a.hover{
	width: 80px;
}
.aboutus li a.hover{
	width: 100px;
}
.philosophies a.hover{
	width: 90px;
}
.causes a.hover{
	width: 95px;
}
.membership a.hover{
	width: 90px;
}
.events a.hover{
	width: 60px;
}
.contactus a.hover{
	width: 75px;
}