/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.

Extensively edited and extended by Roos Eisma.

=================================================================== */
/* commom style for all browsers */

/* TOP LEVEL MENU */

.menu5 {
	float: right;
	font-family: verdana, sans-serif; 
	position:relative; 
	font-size: 0.9em;
	font-weight:bold;
	/*height: 2.8em; */
	height: 30px;
	margin:0px;
	padding:0px 30px 0px 30px;
	list-style-type:none;
	background: #29358e;
	color: #ffffff;
}


.menu5 ul {
	padding:0px; 
	margin:0px; 
	list-style-type:none; /* for Firefox */
}

.menu5 li {
	float:left; 
	position:relative;
}

.menu5 li a, .menu5 li a:visited {
	display:block; 
	text-decoration:none;  
	background:#29358e; 
	float:left; 
	/*padding-right:0.8em; 
	padding-left:0.8em; */
	padding: 0px 8px;
	/*height:2.8em; */
	height: 30px;
	line-height: 30px;
	/*line-height:2.8em; */
	color:#fff; 
}

* html .menu5 li a, .menu5 li a:visited {
	/* width:7em; */
	text-decoration:none;  
	/* w\idth:6em; */ /* hack for IE5.5 */
}

.menu5 li a.drop, .menu5 li a.drop:visited {
	font-weight:bold;
	text-decoration:none;  
}

/* SUB MENU 1 */

.menu5 li ul {
	visibility:hidden; 
	position:absolute; 
	/*top: 2.8em; */
color: #000d59;
	left:0; 
	height:0; 
	overflow:hidden;
	text-align: left;
}

.menu5 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}


/* TOP LEVEL MENU ACTIONS */

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:none; 
	border:0;
	background: #c3bde1;
color: #000d59;
	border-left: 1px solid black;
	padding-left: 7px;
}



.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible; 
	height:auto;
	/* width:9em; */	
	width: 110px;
	background:#c3bde1; 
color: #000d59;
	border: 1px solid black; 
	border-top: 0px; 
	/*right: 0em; 
	top:2.8em; */
	right: 0px;
	top: 30px;
	overflow:visible;
}


*html menu 5 li a:hover ul {
	border-left: 0px;
}


.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
color: #000d59;
	/* height:auto; 
	line-height:1.5em; */
	height: 20px;
	line-height: 20px;
	/* padding:0.5em; */
	padding: 4px;
	/* width: 9em;*/
	width: 100px;
	border: 0px;
}

*html .menu5 li a:hover ul li a {
	/* width:10em; */
	w\idth:9em; /* hack for IE5.5 */
}

.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
	font-weight:bold;
}

.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	/*left:9.5em; */
	height:0; 
	overflow:hidden;
	width: 100%;
}

/* SUBMENU ACTIONS */

.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
	text-decoration:none;
	/*background: #ccc; */
	border-top: 1px dashed #444444;
	border-bottom: 1px dashed #444444;
	height: 18px;
	line-height: 18px;
}

.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	border:1px solid #ddd; 
	height:auto; 
	background:#fff; 
/*	width:9.5em;*/
	width: 100%;
} 

.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
	left:-9.3em;
}

.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
	display:block; 
	height:auto;
}

/* SUBSUBMENU ACTIONS */

.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
	text-decoration:none;
}

