a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #000;
}

.container {
	width: 738px;
	border: 0px none #fff;
	text-align: center;
	position: relative;
	background: transparent url(global/Titlebar.png) repeat-x;
	font-family: verdana, arial, sans-serif;
	margin: 0 auto;
	/*border: 1px solid yellow;*/
	height: 50px;
}

.blockContainer {
	position: relative;
	width: 740px;
	height: 42px;
	z-index: 5;
	margin: 0 auto;
	/*border: 0px none #fff;*/
	text-align: left;
}

.block {
	position: relative;
	width: 740px;
	height: 45px;
	background: transparent url(global/navBackXXX.png) repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.block, .block ul {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	list-style: none;
	text-align: left;
}

/*.block table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	border: 0;
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
}*/

.map a {
	color: yellow;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: silver;
}

/*.map div {
	position: absolute;
	left: -9999px;
}*/

.map {
	background: url(global/ItalyMap90.png);
	border: 1px solid silver;
	/*border: 0px none #fff;*/
	color: yellow;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 500px;
	position: relative;
	display: block;
	width: 690px;
	margin-top: 0;
	padding-top: 0;
	top: 5px;
}

.map li {
	color: yellow;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	list-style-position: inside;
	opacity: 1;
	list-style-type: none;
}

.map h1 {
	color: whitesmoke;
	padding-top: 10px;
	padding-left: 30px;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.block li.top {
	float: left;
	left: 10px;
/* 	border: 1px solid white;*/
}
/* controls first link position */

.block li.first {
	margin-left: 20px;
	display: inline;
}


.block li.top a {
	display: block;
	width: 97px;
	color: white;
	height: 35px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	padding-top: 3px;
}

.block li.top a:hover {
	border: 0;
	color: white;
	background: transparent;
}

.block li.top:hover > a {
	color: #16c72e;
}

.block :hover div {
	left: 0;
	top: 40px;
	width: 700px;
	height: auto;
}

/* controls size of drop down */


.block :hover div ul {
	width: 700px;
	height: 498px;
	margin-left: 20px;
}

.block :hover ul li {
	width: 100%;
	height: 100%;
	background: url(global/trans.gif);
}

.block :hover ul li dl
{
	width: 600px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	border: 0px none black;
	background: url(global/trans.png);
}

.block :hover ul li dl dt
{
	padding: 0 0 0 0;
	margin: 0;
	color: silver;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.block :hover ul li dl dd {
	padding: 2px 0 2px 10px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	width: 220px;
}

.block :hover ul li dl dd a
{
	text-decoration: none;
	color: white;
	width: 100%;
	text-align: left;
	height: 18px;
	line-height: 10px;
	position: relative;
	text-indent: 1em;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.block :hover ul li dl dd a:hover {
	color: yellow;
}



