/*------------------------------------------------------------------------
# JOOFORGE.com - Il Web All'Italiana
# ------------------------------------------------------------------------
# Copyright © 2004-2009 JOOFORGE.com. Tutti i diritti riservati.
# Website:  http://www.jooforge.com/
-------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

iframe#wrap {
	width: 100%;
	height: 100%;
}

#navigation {
	width: 100%;
	height: 52px;
	background: url(images/nav_bg.png) 0 0;
	position: relative;
}

#navigation a.logo {
	text-indent: -9999px;
	background: url(images/nav_logo.png) no-repeat 0 0;
	width: 135px;
	height: 42px;
	position: absolute;
	left: 16px;
	top: 2px;
}

#navigation div.toolbar {
	padding-top: 13px;
	width: 583px;
	height: 20px;
	margin: 0 auto;
	color: #333;
	font: 11px/20px Arial, Helvetica, sans-serif;
}

#navigation div.menus {
	float: left;
	padding-top: 7px;
}

#navigation div.select {
	width: 240px;
	height: 20px;
	background: url(images/nav_select.png) no-repeat 0 0;
	position: relative;
	float: left;
	margin-right: 15px;
}

#navigation div.select a.control {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
	background: url(images/nav_open.png) no-repeat 226px 7px;
	cursor: pointer;
}

* html #navigation ul.list { 
   height: expression(this.scrollHeight > 192 ? "192px" : "auto" ); /* sets max-height for IE */
}

#navigation ul.list {
	position: absolute;
	bottom: 20px;
	left: 0;
	max-height: 192px;
	width: 238px;
	overflow: auto;
	background-color: #CDCDCD;
	border: 1px solid #9A9A9A;
	border-bottom: none;
	z-index: 9999;
	display: none;
}

#navigation ul.list li {
	text-transform: none;
	font-weight: normal;
	padding: 0;
	height: 24px;
	line-height: 24px;
}

#navigation ul.list li a {
	padding: 0 7px;
	display: block;
	text-decoration: none;
	color: #333;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#navigation ul.list li a.comm {
	background-image: url(images/comm.png);
}

#navigation ul.list li a.free {
	background-image: url(images/free.png);
}

#navigation ul.list li a:hover {
	color: #FFF;
	background-color: #333;
}

#navigation ul.legend {
	float: left;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

#navigation li {
	line-height: 16px;
	height: 16px;
	padding-left: 13px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation li span.disabled {
	padding: 0 7px;
	display: block;
}

#navigation li.commercial {
	background-image: url(images/comm.png);
}

#navigation li.free {
	background-image: url(images/free.png);
}

