BODY {
	background-color : white;
	color : black;
	margin:0px;
	padding:0px;
	border: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.menuContainer{
	display:none; position:absolute; 
}


.menu_L0_Item_n{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#3A5388; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
}

.menu_L0_Item_o{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#516CA6; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
	color:white;
}


.menu_L1_Item_n{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#516CA6; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
}

.menu_L1_Item_o{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#6B86BF; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
	color:white;
}


.menu_L2_Item_n{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#6B86BF; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
}

.menu_L2_Item_o{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#8CA1CE; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
	color:white;
}


.menu_L3_Item_n{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#8CA1CE; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
}

.menu_L3_Item_o{
	position:absolute; left:0px; width:100%; height:20px;
	background-color:#BAC8E8; background-repeat:no-repeat; background-position:99%;
	padding-left:14px;
	color:#FFFFFF;
	font-Family: Tahoma, Sans Serif; font-size:10px; line-height:20px; text-transform: uppercase;
	color:white;
}



/*###################################################################*/

#mainMenu{position:absolute; padding-left:0px; padding-right:0px; background-color:#7E93BA; background-image:url(../img/bg_menu.gif); background-repeat:repeat-x; background-position:top; z-index:10000; text-align:left;}

#mainMenu .l0_item{
	position:relative; height:20px;
	padding:0px 0px 0px 14px;
	line-height:20px;
	background-color:#7E93BA; background-repeat:no-repeat; background-position:4px 7px;
	font-Family: Tahoma, Sans Serif; font-size:10px; text-decoration:none; text-transform: uppercase;
	color:#FFFFFF;
	cursor:pointer;
}


#mainMenu DIV{
	height:0px; position:relative; height:20px;
}


