/*************************************************************************
* 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-weight: bold;
}

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

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.aqua_blue li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.aqua_blue ul li{
	background-image: url(../../../../images/menu/bg_mid.gif);
	width: 160px;
}

.aqua_blue ul li.first{
	background-image: url(../../../../images/menu/bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: none;
	background-color: transparent;
	padding-top: 9px;
}

.aqua_blue ul li.last{
	background-image: url(../../../../images/menu/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: none;
	background-color: transparent;
	padding-bottom: 9px;

}

/*
 * 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;
	line-height: 24px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	white-space: nowrap;
}

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

/***************************************************************************
* 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: #3f3f3f;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.aqua_blue ul a.hover {
	color: #FFFFFF;
	background-color: #3f3f3f;
}

/*************************************************************************
* 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;
	text-align: left;
    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;
}