/*CSS DOCUMENT*  correct version/

/* General style ************************************************** */
/*body {
	font: normal 1.1em/1.5em Arial, Helvetica, sans-serif;
	width: 960px;
	background: #fff;
	margin: 100px auto;
	color: #777;
}
a {
	color: #666;	/*text-shadow: 1px 1px 0px #055b81;*/
/*}
*//* Menu style ************************************************** */



/*	#C9DFF1 = Lt Blue
	#EE984D = Orange
	
	
	
	*/


ul#nav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	z-index: 8999;
}
ul#nav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#nav li a {
	float: left; 
	text-indent: -9999px;
	height: 40px;
}
ul#nav li:hover a, ul#nav li a:hover { background-position: left bottom; }


ul#nav a.home {
	width: 90px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	z-index: 8999;
}
ul#nav a.search {
	width: 110px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	z-index: 8999;
}
ul#nav a.cities {
	width: 90px;
	background-image: url(images/city.png);
	background-repeat: no-repeat;
	z-index: 8999;
}
ul#nav a.resources {
	width: 140px;
	background-image: url(images/resources.png);
	background-repeat: no-repeat;
	z-index: 8999;
}
ul#nav a.about {
	width: 80px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	z-index: 8999;
}

ul#nav a.contact {
	width: 100px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	z-index: 8999;
}






#nav li:hover > .main-col {
	display: block;
}
#nav .col > ul {
	padding: 0;
}
#nav .main-col {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #999;
	background-color: #C9DFF1;
	/*border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #055B81;
	border-left-color: #055B81;*/
}

#nav .col {
	width: 230px;
	float: left;
	/*border-left:1px solid #93B8C9;*/
	/*border-right:1px solid #055B81;*/
	/*color: #03F;*/
	background-color: #C9DFF1;
}

#nav li .main-col .col ul li a {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

.col h2 {
	color: #000;
	padding: 5px;
	margin: 0;	/*text-shadow: 1px 1px 0px #055b81;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* Sub Menu style ************************************************** */
#nav .main-col {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	left: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;	/*background: -webkit-gradient(linear, left top, left bottom, from(#C6DFF3), to(#C9DFF1));
	background: -moz-linear-gradient(top,  #C6DFF3, #C9DFF1);*/
	background-color: C6DFF3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	z-index: 9999;
}
#nav .one-cols {
	width: 210px;
}
#nav .two-cols {
	width: 395px;
}
#nav .three-cols {
	width: 625px;
	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul ul {
	left: 179px;
	top: -1px;
}
/* Some Fix ************************************************** */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

ul#nav .title {
	height: 20px;
	width: 90%;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	/*padding-bottom: 5px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FBBE3;
	margin-bottom: 5px;
}


ul#nav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #c9def1;
	
}
ul#nav li .sub ul{
	list-style: none;
	padding: 0;
	width: 180px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -100;
}
ul#nav .sub ul li {
	width: 100%;
	color: #666;
	
}
ul#nav .sub ul li h2 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15;
}
ul#nav .sub ul li h2 a {
	background-image: none;
	color: #000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15;
}
ul#nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(index/navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
ul#nav .sub ul li a:hover {
	color: #B5AD98;
	background-position: 5px 12px;
}
