/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for Menu elements
Website:		Hendriks SGR
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* MainMenu styles */
/* Styles for items in the main menu */
#MainMenu dt{
	height:38px;
}
#MainMenu dt a{
	display:block;
	padding:9px 10px;
/*--- text properties ---*/
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
#MainMenu dt a:hover,#MainMenu dt .over{
	color:#ff0;
	background:#000;
}
/* Styles for Items in the submenus */
.submenu{
	background:#000;
	display:block;
	border-bottom:2px solid #ff0;
	position:absolute;
	z-index:3000;
}
div.s1{
	border:2px solid #000;
	border-width: 0 2px 2px 2px;
}
.submenu dt{
}
.submenu dt a{
	display:block;
	padding: 5px 20px 5px 15px;
/* --- text properties --- */
	font-weight:bold;
	line-height:15px;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
}
.submenu dt a:hover{
	color:#ff0;
}
/* hasSub to show items have a submenu */ 
#MainMenu .hasSub{
	/* background-image:url(images/arrowMain.gif);
	background-position:right center;
	background-repeat:no-repeat; */
}
.hasSub:hover{
	/* background-image:url(subArrowOver.gif); */
}
.submenu .hasSub{
	background-image:url(images/arrowSub.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.hasSub:hover{
	/* background-image:url(subArrowOver.gif); */
}
/* scroller style */
.menuScroller{
	line-height:15px;
	width:100%;
	background:#f00;
	color:#0F0;
}
.arrow{
	width:20px;
	padding:0 0 0 12px;
	vertical-align:bottom;
}
#MainMenu dt .current{
	border-bottom:8px solid #ff0;
	padding-bottom:1px;
}
.submenu dt .current{
	color:#666;
}

