/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */
 

/* T O P   M E N U */
ul#mainlevel_topmenu li a:hover {
	background-image:url(../images/top_menu_link_hover_bg.gif);
	background-repeat:no-repeat;
	color: #666666;
}
#active_menu_topmenu{
	color:#666666;
	background-image:url(../images/top_menu_link_hover_bg.gif);
	background-repeat:no-repeat;

}
	
/*  L E F T   M E N U  */
a.mainlevel_leftmenu{
	background-image:url(../images/menu_bg_rect.gif);
	background-repeat:no-repeat;
	background-position:center;
}
a.mainlevel_leftmenu:hover{
	background-image:url(../images/menu_bg_rect_hover.gif);
}

#active_menu_leftmenu{
	/*background-image:url(../images/menu_bg_rect_hover.gif);*/
}
table.moduletable_leftmenu div{
	background-image:url(../images/sublevel_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}


/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */
 
/* Standart Module */
h1.contentpaneopen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

