@charset "UTF-8";
/* CSS Document */

/* all styles are organized in groups alphabetically */


/* main navigation *****************************/
/* main navigation *****************************/


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;	
	z-index:4000;
}

#nav a{
	display:block;
	padding: 0px 10px 0px 10px;
	color:#FFF;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#nav a:hover{
	background-color:#207133;
}

.navTD { 
	background-color:#000;
	padding-top:.35em;
	padding-bottom:.35em;
	padding-left:0;
	padding-right:.0;

}


/* drop menu **********************************/
/* drop menu **********************************/

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:200px;
}

#nav li ul a{
	width:200px;
	background-color:#2E568D;
	font-size: 9pt;
	line-height:2em;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #182246;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E568D;
}

#nav li ul a:hover{
	background-color:#20406B;
	width:200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #182246;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E568D;
}

#nav ul ul{
top:auto;
}	

/*this is the position of the second menu*/
#nav li ul ul {
	left:162px;
	margin:0px 0 0 10px;
}

/*this is the position of the second menu*/
#nav li ul ul {
	left:162px;
	margin:0px 0 0 10px;
}

/*third menu*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;

}
/*second menu*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* SITEMAP NAVIGATION **********************************/
/* SITEMAP NAVIGATION **********************************/

#sitemap, #sitemap ul{
	line-height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;	
}

#sitemap a{
color:#000;
}

#sitemap a:hover{
color:#093;
}


