body {
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	position: relative;
	behavior: url("csshover3.htc");
	background-color: #F8F8F8;
}


#content {
	position: relative;
	width: 900px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;	
}








/* Vertical Navigation */
#vertical-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	
}


/* CSS for each Parent Item */
#vertical-navigation li {
	float: left;
	position: relative;

	
}

#vertical-navigation li a
{
	float: none;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #999999;
	margin-right: 32px;
	font-weight: bold;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	color: #CC0000;
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {
	display: none;
	background-image: url(images/sfondomenu.png);
}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {
	display: block;
}

#vertical-navigation ul
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 30px;
	width: 145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#vertical-navigation ul li
{
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	width: 145px;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	color: #999999;
	font-size: 80%;
	padding-right: 6px;
	padding-left: 3;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	color: #CC0000;
	font-weight: bold;
}
