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

/*
 * Menu container settings
 */
.modern_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
 	font-weight: bold;
}


/*
 * Menu items settings
 * Applies to menu items 
 */
.modern_blue li {
	background-image: url(img/bg_v.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 180px;
	border-collapse: collapse;
}



/*
 * Menu link settings
 * Applies to links 
 */
.modern_blue a {
	color: #034573;
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	line-height: 18px;
	cursor: pointer;
	border-right:1px solid #5887A8;
	border-left:1px solid #5887A8;
	border-top:1px solid #5887A8;
	border-bottom:1px solid #5887A8;
}


/*****************************************************************************
* SELECTED  *
*****************************************************************************/

/*
 * Selected menu item
 */
.modern_blue li.selected {
	background-image: url(img/bg_v2.gif);
}

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

/*
 * Selected links
 * Applies to selected links 
 */
.modern_blue a.selected {
	color: #62879E;
}



/***************************************************************************
* Mouse-Over  *
***************************************************************************/

/*
 * Mouse over on menu items
 */
.modern_blue li.hover {
	background-image: url(img/bg_v3.gif);

}
  
/*
 * Mouse over on menu items
 */
.modern_blue ul li.hover {
	background-color: #102841;
}

/*
 * Mouse over on links
 */
.modern_blue a.hover {
	color: #FFFFFF;
}



/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

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