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




.modern_red li {
	width: 185px;
	background-repeat:no-repeat;
	margin: 0px 0px;
/*
	background-image: url(../images/active_vertical.gif);
*/
}

.modern_red li.active {
	background-color: #FFF;
	background-repeat:no-repeat;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.modern_red a {
	color:#FFF;
	text-decoration: none;
	padding-right:10px;
	cursor: pointer;
	line-height: 16px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.modern_red ul a {
	border: none;
	line-height: 16px;
	padding: 0px 4px;
	text-align: left;
	color: #fff !important;
	
}



/***************************************************************************
* 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_red li.hover {
	background-repeat:no-repeat;
	background-color: #FFFFFF;
/*
	background-image: url(../images/menu_0/back_sub_hover.gif);
*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.modern_red ul li.hover {
	background-color: #666;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */


/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modern_red ul a.hover, .modern_red li.active li a.hover {
	border: none;
	color: #FFFFFF;
}

.modern_red ul li.active a
{
	color: #666 !important;
}
.modern_red ul li.active a.hover
{
	color: #fff !important;
}

/* KOMT UIT SCREENS */

.modern_red ul {
	font-weight: normal;
	border: 1px solid #F8981D;
}

.modern_red ul li {
	width: 160px;
	background-color: #F8981D;
	background-repeat:no-repeat;
	margin: 0px 0px;
}
.modern_red li.active a {
	background-image: url(../images/balkje_hover.gif);
	background-repeat:no-repeat;
	color:#F8981D;
}
.modern_red a.hover {
	color: #F8981D;
}

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