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

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.vfv_8 ul {
	border:1px solid #3B5192;
	font-weight: normal;
}

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

	background-repeat: repeat-x;
	background-position: top left;
	width: 170px;
	background-color: #106faf;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.vfv_8 ul li {
	background-color: #ffffff;
	background-image: none;
	border: none;
 	width: 150px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.vfv_8 a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	line-height: 18px;
	cursor: pointer;
	border-top:1px solid #808EBA;
	border-bottom:1px solid #000E42;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.vfv_8 ul a {
	border: none;
	border-bottom:1px solid #ffffff;
	color: #106faf;
}


/*****************************************************************************
* 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
 */
.vfv_8 li.selected {
	background-color: #ffffff;
	background-image: none;
}

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

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.vfv_8 a.selected {
	color: #106faf;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.vfv_8 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
 */
.vfv_8 li.hover {
	background-color: #ffffff;
	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.vfv_8 ul li.hover {
	background-color: #ffffff;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.vfv_8 a.hover {
	color: #106faf;
	border-top:2px solid #000E42;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.vfv_8 ul a.hover {
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #000000;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.vfv_8 ul ul li.hover  {
	background-color: #000E42;
}

/******************************************************************************
* 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
 */
.vfv_8 .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.vfv_8 .hover ul .arrow,
.vfv_8 ul .arrow {
	background-image: url(img/arrow_right_color.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.vfv_8 .hover .arrow {
	background-image: url(img/arrow_right_light.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
 */
.vfv_8 ul .hover .arrow {
	background-image: url(img/arrow_right_light.gif);
}
/*************************************************************************
* 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;
}