/* basic reset */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #191919;
	min-width: 1000px;
	behavior: url("css/csshover3.htc");
}

a {
	border: 0;
	font: normal 11px/ 14px Arial, Helvatica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}


a:hover {
	
	color:#1991C1;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* divisions */
#regionWrapper {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	height: 100%;
}

#mainNavi {
	position: relative;
	top:330px;
	left:2px;
	height: 100px;
	font: normal 11px/ 14px Arial, Helvatica, sans-serif;
	color: #1f79a3;
	cursor: default;
}

/* interactive lists */
#regionWrapper #mainNavi ul li {
	display: block;
	padding-top: 4px;
	width: 166px;
	height: 22px;
	background: url(../images/homeRegionField.gif) center top no-repeat;
	color: #ffffff;
	text-align: center;
}

/*	#regionWrapper #mainNavi ul li ul{position:absolute; left:0; display:none; visibility:hidden;}*/
#regionWrapper #mainNavi ul li ul li {
	background: #13333E;
	padding-top: 6px;
}

#regionWrapper #mainNavi ul li ul li a img {
	float: left;
	border: 0;
}

#regionWrapper #mainNavi ul li ul li a {
	display: block;
	/*background: url(../images/enter.gif) center top no-repeat;*/
	background-color:#13333E;
	width: 166px;
	height: 22px;
	padding-top: 5px;
	cursor: pointer;
	color: #3fbee8;
}

#regionWrapper #mainNavi ul li ul li a:hover {
	/*background: url(../images/enterHover.gif) center center no-repeat;*/
	color: #ffffff;
}