/*

************************************************************************************
* COPYRIGHTS DBS Digital Business Solutions s.r.l.
According to the law, it is forbidden to disclose, reproduce or however
use this document and any data herein contained for any use without
previous written authorization by DBS Digital Business Solutions s.r.l.
************************************************************************************
#Configuration Control Record
============================
Project_Name:	ALCLI "Giorgio e Silvia" - Web Site
Project_Code:	ALC
Unit_Name:		CSS
Unit_Code:		styles_menu
File_Name:		styles_menu.css
============================
#ABSTRACT
========
Base set of stylesheet rules needed to form site menu tags
#History (identifier;date;author;change)
=======
0;19-jun-2007 22.16.00;lE;Creazione
1;03/05/2010;fA;Correzione problemi di visualizzazione

************************************************************************************

*/


#skipLinks {
	display: none;
}

#main_menu {
	margin: 0px;
	padding: 0px;
}

#main_menu_header {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 35px;
}

#main_menu_content {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 220px;
}

#main_menu li {
	float: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#main_menu ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#main_menu a:link {
	font-size: 1.4em;
	font-weight: bold;
	color: #9A0000;
	text-decoration: none;
}

#main_menu a:visited {
	font-size: 1.4em;
	font-weight: bold;
	color: #9A0000;
	text-decoration: none;
}

#main_menu a:hover {
	font-size: 1.4em;
	font-weight: bold;
	color: #9A0000;
	text-decoration: underline;
}

#main_menu a.main_menu_selected {
	font-size: 1.4em;
	font-weight: bold;
	color: #41678d;
	text-decoration: none;
}

div.domMenu_menuBar {
	background-image: url(../../images/background_menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 10px;
}

div.domMenu_menuElement {
	font-size: 1.4em;
	color: #9A0000;
	font-weight: bold;
	width: 180px;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}

div.domMenu_menuElementHover {
	color: #FF6600;
	text-decoration: none;
}

div.domMenu_subMenuBar {
	background-color: #FFFFFF;
	padding: 1px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
}

div.domMenu_subMenuElement {
	background-color: #eeeeee/*fdeee2*/;
	border-bottom: #FFFFFF 1px solid;
	color: #9A0000;
	font-weight: bold;
	width: 160px;
	height: 20px;
	text-align: left;
	padding-left: 3px;
	line-height: 20px;
}

div.domMenu_subMenuElementHover {
	color: #FF6600;
	text-decoration: underline;	
}
