/* NEW */
.L0BorderLeft, .L0BorderRight, .L0Entry {
	float:left;
	height:26px;
}

.L0BorderLeft {
	background-image:url(../media/images/navigation/mainmenu_b_left.png);
	width:5px;
}

.L0BorderRight {
	background-image:url(../media/images/navigation/mainmenu_b_right.png);
	width: 7px;
}

.L0Entry {
	background-image:url(../media/images/navigation/mainmenu_bg.png);
}

.L0EntryText, .L0EntryTextActive, .L0EntryText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding:5px 0px 0px 0px;
	color: #63CFFC;
}

.L0Seperator {
	float:left;
	background-image:url(../media/images/navigation/mainmenu_sep.png);
	height: 26px;
	width: 2px;
}



.L1BorderLeft, .L1BorderRight, .L1Entry, .L1Seperator {
	float:left;
	height:24px;
}

.L1BorderLeft {
	background-image:url(../media/images/navigation/submenu_b_left.png);
	width:5px;
}

.L1BorderRight {
	background-image:url(../media/images/navigation/submenu_b_right.png);
	width: 7px;
}

.L1Seperator {
	background-image:url(../media/images/navigation/submenu_bg.png);
	width: 2px;
}

.L1Entry {
	background-image:url(../media/images/navigation/submenu_bg.png);
}

.L1EntryText, .L1EntryText:hover, .L1EntryTextActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 09px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding:5px 0px 0px 0px;
	color: #63CFFC;
}

/* Active & Rollover => Underline */
.L0EntryText:hover, .L0EntryTextActive,
.L1EntryText:hover, .L1EntryTextActive {
	text-decoration: underline;
}



.subMenuDiv {
	position:absolute;
	top:25px;
}


/*
 * Show the hand cursor for every entry
 */
.L0Entry, .L0EntryText, .L1Entry, .L1Entrtext {
	cursor:pointer;
}


.dummy {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5664A0;
	border-left-color: #5664A0;
	
	background-color: #435393;
	position:absolute;
	top:23px;
	z-index:5;
	height:3px;
	overflow:hidden
}

