#mainContainer{
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-left:30px;
}

#main_menu img{
	border:0px;
}

#main_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}

#main_menu
{
	overflow: auto;
	height: 100%;
	visibility: hidden;
    width: 100%;
    font-size: 14px;
}

#main_menu ul{
    margin:0px;			/* No indent */
    /*padding-left:12px;	 No indent */
    background-color: #ededed;    
}

#main_menu li{
	list-style-type:none;	/* No bullets */
	padding-right:10px;	/* No indent */
	/* width: 115px; */
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
CSS - MENU BLOCKS
General rules for all menu blocks (group of sub items)
***********************************************************************/
#main_menu ul{
/*
padding:1px;
*/
}

#main_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border:0px;
	overflow:visible;
}
#main_menu ul.menuBlock2 {	/* Menu bar - main menu items */
	border:0px solid #ffffff;
    padding: 3px;
    margin-top: 5px;
    /*background-color: #d1d6cc;*/
}
#main_menu ul.menuBlock3, #main_menu ul.menuBlock4 {
    border:0px solid #ffffff;
    /*background-color: #d1d6cc;*/
    padding: 3px;
    margin-top: 5px;
    margin-left: 20px;
}
/***********************************************************************
CSS - MENU ITEMS
Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#main_menu a{
    text-decoration:none;
    color: #0000AA;
    margin-left: 7px;
    font-weight: 700;
}
/*
Main menu items
*/

#main_menu .currentDepth1
{
	line-height: 19px;
	height: 20px;
	text-align: left;
	color: #806D4B;
	background-color: #ededed;
}
#main_menu .currentDepth1over {
	line-height: 19px;
	height: 20px;
	text-align: left;
	color: #806D4B;
	background-color: #ededed;
}

#main_menu .currentDepth2 a, #main_menu .currentDepth3 a {
	font-weight:normal;
	color: #0000AA;
	background-color: #ededed;
}

#main_menu .currentDepth2over a, #main_menu .currentDepth3over a{
	font-weight:normal;
	color: #806D4B;
	background-color: #ededed;
}

/* Sub menu depths */
#main_menu .currentDepth2, #main_menu .currentDepth3, #main_menu .currentDepth4{
    text-align: left;
    height:20px;
    background-color: #ededed;
    font-size: 11px;
    width: 150px;
}
#main_menu .currentDepth2over, #main_menu .currentDepth3over, #main_menu .currentDepth4over{
    text-align: left;
    height:20px;
    background-color: #ededed;
    font-size: 11px;
    width: 150px;
}