div#menu {
	height: 110px;
	/**position: fixed;**/
	background-color: #000000;
	background-image: url(../immagini/background_295x117.jpg);
	background-repeat: repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	 padding-left: 10px;
}

div#menu li {
	position: relative;
	z-index: 9;
	margin: 1px;
	padding: 0 4px 0 0;
	display: block;
	float: left;
	/*background: url(../immagini/main-delimiter.png) 98% 3px no-repeat;*/
	border-style: solid solid none;
	border-color: #33AD33;
	border-width: 2px 2px medium;
	margin-top: 65px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 31px;
    display: block;
    float: left;
    line-height: 31px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
    padding: 0 20px 0 20px;
    line-height: 30px;
    color: #e5e5e5;
}

div#menu a:hover {
	color: #fff;
}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    margin-top: 2px;
}

div#menu span:hover {
	color: #fff;
}

div#menu ul ul {
    position: absolute;
    top: 30px;
    left: -77px;
    width: 200px;
    padding: 0px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}

/* menu::level2 */
div#menu ul ul li {
	background: none;
	width: 100%;
	margin-top: 0px;
	border-style: none;
	/*padding: 0px 0px 0px 1px;*/
}

div#menu ul ul a {
	padding: 5px 0 0 15px;
	height: auto;
	float: none;
	display: block;
	line-height: 22px;
	color: rgb(169,169,169);
	border-bottom: 1px solid #AAAAAA;
	background-color: #004700;
}

div#menu ul ul a:hover {
	color: #fff;
}

div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    color: rgb(169,169,169);
}

span#sp_user {
    background: url("../images/user.png") no-repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 18px;
	 /**position: fixed;**/
}

span#sp_logout {
    background: url("../images/x_alt.png") no-repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 20px;
	 /**position: fixed;**/
}

