/*************************************************************************
* 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
 */
.modern_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.modern_blue ul {
	background-image: none;
/*
	border: 1px solid #CCC;
	*/
	}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.modern_blue li {
	width: 128px;
	height: 29px;
background-color: none;
margin-left: 2px;
/*
	background-image: url(../images/menu.jpg);
*/
}


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.modern_blue a {
	text-decoration: none;
	color: #58595b;
	line-height: 12px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
	cursor: pointer;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.modern_blue ul li {
 	width: 150px;
	height: auto;
	background-color: #e7e3e2;
	border-bottom: 2px solid white;
	padding:2px 10px;
	margin: 0px 0px;
		background-image: none;

}


/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.modern_blue ul a {
 	border: none;
 	color: #666666 !important;
	line-height: 19px;
	padding:0px;
	text-align:left;
	font-weight: normal;
		text-transform:none;

}

/***************************************************************************
* 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
 */
.modern_blue li.hover {
background-color: #565250;
/*
	background-image: url(../images/menu_over.jpg);
	*/
}

.modern_blue li.active {
background-color: #fcb131;
/*
	background-image: url(../images/menu_active.jpg);
*/
}
  

.modern_blue li.active a {
color: #FFF;
}

/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.modern_blue ul li.hover {
	background-image: none;
	background-color: #eeb306;
}

.modern_blue ul li li.hover {
	background-image: none;
	background-color: #cd4b22;
}


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.modern_blue a.hover {
color: #FFF;

}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modern_blue ul a.hover {
  	color: #FFF !important;
}

/******************************************************************************
* 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
 */
.modern_blue .arrow {
/*
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
	padding-right: 10px;
*/

}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.modern_blue .hover ul .arrow,
.modern_blue ul .arrow {
/*
	background-image: url(../images/arrow.gif);
*/
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.modern_blue .hover .arrow {
/*
	background-image: url(../images/arrow_hover.gif);
*/
}

/* 
 * 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
 */
.modern_blue ul .hover .arrow {
/*
	background-image: url(../images/arrow.gif);
*/
}

/*************************************************************************
* 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;
}
