@charset "utf-8";
/* CSS Document */

ul#menuTop {
	margin:0;
	padding:0;
	list-style:none;
	width:772px;
	background:url(images/menu_tall.gif) repeat-x;
	float:left;
}
ul#menuTop li {float: left;}
ul#menuTop a {
	display: block;
	padding: 0 2em;
	line-height: 59px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
ul#menuTop a:hover {background:url(images/b2a.gif) no-repeat;}
ul#menuTop .first {
	background:url(images/b1.gif) no-repeat;
}

ul#menuTop .first a {background:url(images/b1.gif) no-repeat;}
ul#menuTop .first a:hover {background:url(images/b1a.gif) no-repeat;}
 
ul#links {
	list-style-type: none;
} 
ul#links li {background:url(images/list_bg.gif) no-repeat 0 7px; padding-left:10px;}
ul#links li a {line-height:1.67em;}
ul#menuTop  li .secondo {
	background:url(images/b1.gif) no-repeat;
}
ul#menuTop  li  .secondo a {
	background:url(images/b2.gif) no-repeat;
}
ul#menuTop  li  .secondo a:hover {
	background:url(images/b2a.gif) no-repeat;
}
#menuheader h1 {
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	color: #404040;
}
#menuheader h2 {
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menuheader2 h1 {
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	color: #404040;
}
#menuheader2 h2 {
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	color: #404040;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menuheader3 h1 {
	font-size: 18px;
	font-weight: bold;
	width: 150px;
}
#menuheader3 h2 {
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* Vertical Menu */
.sexypanels{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;

}

.sexypanels li{

border-bottom: 1px solid white; /* white border beneath each menu item */

}

.sexypanels li a{

background: #c3d578 url(media/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #4d5d34;
width: auto;
padding: 10px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #e6eaf0 /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}


.sexypanels li a:hover{
background: #a1bd2c;
color: #FFFFFF;
border-bottom: 1px solid #c3d578; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

/* E Vertical Menu */
