/* HOOFDMENU */
.menuWrapper * {
	line-height:14px;
}

#mainMenu {
	background-color:#3897CF;
	width:170px;
	min-height:100%;
	height:100%;
	float:left;
	margin:0;
	padding-bottom:290px;
}

.menuWrapper .header {
	background-color:#007ac2;
	width:100%;
	height:16px;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	border-color:#9dcde7;
	border-style:solid;
	border-width:0;
	border-top-width:1px;
	border-bottom-width:1px;
	color:#FFFFFF;	
	text-indent:10px;
}

.menuWrapper .menu,
.menuWrapper .menu li ul {
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
	width			: 170px;
}

.menuWrapper .menu li ul {
	width			: 170px;
	left			: 0;
	top				: 0;
	filter			: alpha(opacity=100);
	-moz-opacity	: 1;
}

.menuWrapper .menu li a {
	font-size		: 10px;
	text-decoration	: none;
	color			: #000000;
	display			: block;
	width			: auto;
	padding			: 5px 0;
	padding-left	: 10px;
}

.menuWrapper .menu li a:HOVER {
	font-size		: 10px;
	text-decoration	: none;
	background-color: #007AC2;
	display			: block;
	width			: auto;
	padding			: 5px 0;
	padding-left	: 10px;
}

.menuWrapper .menu li.active {
	font-weight		: bold;
	background-color: #007AC2;
}

.menuWrapper .menu li {
	font-weight		: normal;
}








.menuWrapper .menu li li a {
	font-size		: 10px;
	text-decoration	: none;
	color			: #FFFFFF;
	display			: block;
	width			: auto;
	padding: 5px 0;
	padding-left: 20px;
}

.menuWrapper .menu li li a:HOVER {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size		: 10px;
	text-decoration	: none;
	background-color: #007AC2;
	display			: block;
	width			: auto;
	padding			: 5px 0;
	padding-left	: 20px;
	text-decoration	: underline;
}

.menuWrapper .menu li li.active {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight		: bold;
}

.menuWrapper .menu li li {
	background-image:none;
	font-weight		: normal;
}





.menuWrapper .menu li li li a {
	font-size		: 10px;
	text-decoration	: none;
	color			: #000000;
	display			: block;
	width			: auto;
	padding: 5px 0;
	padding-left: 20px;
}

.menuWrapper .menu li li li a:HOVER {
	background-image:none;
	color:#FFFFFF;
	font-size		: 10px;
	text-decoration	: none;
	background-color: #007AC2;
	display			: block;
	width			: auto;
	padding			: 5px 0;
	padding-left	: 20px;
	text-decoration	: underline;
}

.menuWrapper .menu li li li.active {
	background-image:none;
	font-weight		: bold;
	background-color:#3897cf;
}

.menuWrapper .menu li li li {
	background-image:none;
	font-weight		: normal;
	background-color:#cfd7fc;
}


.menuWrapper input{
	margin-left:10px;
	border-color:#9ecee8;
	width:129px;
	height:18px;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
}


/* Holly Hack for IE \*/
* html .menuWrapper .menu li { float: left; height: 1%; }
* html .menuWrapper .menu li a { height: 1%; }
/* End */


