/*************************************************************************
* 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_BHOUSING {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.AQUA_BHOUSING ul {
 	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.AQUA_BHOUSING li {
	width: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.AQUA_BHOUSING ul li {
	background-image: none;
	background-color: transparent;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.AQUA_BHOUSING a {
	text-decoration: none;
	line-height: 15px;
	cursor: pointer;
	padding: 1px 2px 1px 10px;
	color: #FFFFFF;
}

/*
 * specific to AQUA skin only
 * Applies to the link located in the last item of the first level
 */
.AQUA_BHOUSING li.last a {
	line-height: 15px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.AQUA_BHOUSING ul a {
 	line-height: 15px !important;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*****************************************************************************
* 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_BHOUSING li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.AQUA_BHOUSING ul li.selected {
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.AQUA_BHOUSING a.selected {
	color: #FF9900;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.AQUA_BHOUSING 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_BHOUSING li.hover {

	background-color: #000000;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.AQUA_BHOUSING ul li.hover {
	background-image: none;
}

/* 
 * Define the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.AQUA_BHOUSING li.expanded a{
	line-height: 32px;
}


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.AQUA_BHOUSING a.hover {
	color: #FFFF00;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.AQUA_BHOUSING ul a.hover {
	color: #40BF6C;
}


/******************************************************************************
* 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_BHOUSING .arrow {
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.AQUA_BHOUSING .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_BHOUSING 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.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}
