/*************************************************************************
* 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
 */
.hoa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: normal;
	border-left: solid 1px #FFFFFF  !important;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

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

/*
 * specific to hoa skin only
 * Applies to third (or more) level menu containers
 */
.hoa ul ul {
	border: 1px solid #10133A;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.hoa li {

 	background-color: #FFFFFF;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.hoa ul li {
	background-color: #FFFFFF;
	width: 120px;

}

/*
 * specific to hoa skin only
 * Applies to third (or more) level menu items
 */
.hoa ul ul li {
	width: 120px;
	border-left: 2px solid #65688F;
	border-right: 2px solid #65688F;
	background-color: #FFFFFF;

}


/*
 * specific to hoa skin only
 * Applies to the first item of third (or more) level
 */
.hoa ul ul li.first {
	border-top: 2px solid #65688F;
}

/*
 * specific to hoa skin only
 * Applies to the last item of third (or more) level
 */
.hoa ul ul li.last {
	border-bottom: 2px solid #65688F;
}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.hoa a {
	text-decoration: none;
	/*color: #737A35 !important;*/
	color: #636A2A !important;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	padding: 0px 8px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.hoa ul a {
	text-align: left;
	line-height: 12px;
	/*border-top: 1px solid #65688F;*/
	border-bottom: 1px solid #C9CAA9;
	padding: 2px 2px 2px 5px;
	
}

/*
 * specific to hoa skin only
 * Applies to links located in the third (or more) level menu items
 */
.hoa ul ul a {
	border: none;
	padding-left: 10px;
}

/*****************************************************************************
* 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
 */
.hoa li.selected {
	background-color: #B3B68B;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.hoa ul li.selected {
    background-color: #FFFFFF;
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.hoa ul a.selected {
	font-weight: bold;
}


/***************************************************************************
* 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
 */
.hoa li.hover {
	background-color: #C9CAA9 !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.hoa ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.hoa a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.hoa ul a.hover {
}


/*
 * specific to hoa skin only
 * Applies to third (or more) level menu items
 */
.hoa ul ul li.hover {
	background-color: #65688F;
}


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


