

#nav {
	list-style: none;
	width: 89%;
	height: 31px;
	dow: inset 0px 0px 1px #edf9ff;
	background-color:;
	background-position: 0% 0%;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin-top: -1px;
}

#nav li {
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 1px;
	margin-top: 4px;
	border: 1px solid #999;
	padding-right: 0px;
	padding-left: 8px;
	margin-left: -7px;
	color: #000;
	background-color: #F3F3F3;
	padding-top: 2px;
}

#nav li:hover {
	border: 1px solid #777777;
	background-color: #F7F9FB;
	background-position: 0% 0%;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	color: #000;
	cursor: pointer;
	display:block
	}
	

	
#nav li.li-no-hover:hover {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#nav li a {
	color: #000000;
	display: block;
	outline: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li:hover a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;			
}

#nav li .drop {
	padding-right: 21px;
	background-repeat: no-repeat;
	background-position: right 8px;
	font-size: 15px;
	color: #000000;
}
#nav li:hover .drop {
	background: url("img/drop.png") no-repeat right 7px;
	color: #000;
}


.dropdown_8columns, 
.dropdown_9columns{
	display: none;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	background-position: 0% 0%;
	color: #000;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #F7F9FB;
	box-shadow: 3px 6px 10px 1px #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	z-index:10;
}

.dropdown_9columns {
	width: 285px;
	text-align: left;
	color: #000;		
}
.dropdown_8columns {
	width: 250px;
	color: #000;
	height: 420px;
	overflow: auto;
}

#nav li:hover .dropdown_8columns {
	left: -5px;
	top: auto;
	color: #000;
	
}
#nav li:hover .dropdown_9columns {
	top: auto;
	margin-right: 0px;
	color: #000;
	
}

.col_9,
.col_8 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	color: #000;
}
.col_9 {
	width: 290px;
	color: #000;	
}
.col_8 {
	width: 150px;
	color: #000;
}

#nav .menu_right {
	float: right;
	margin-right: -8px;
	color: #000;
}
#nav li .align_right {
	color: #000;
}

#nav li:hover .align_right {
	left: auto;
	right: -6px;
	top: auto;
	text-align: left;
	color: #000;
}



#nav p, #nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}


#nav p {
	line-height:18px;
	margin:0 0 10px 0;
}

#nav li:hover div a {
	font-size: 14px;
	color: #000000;
	font-family: Lato, Arial, sans-serif;
	padding-bottom: 8px;
	padding-top: 7px;
	font-weight:bold;
	
	
	
}
#nav li:hover div a:hover {
	color: #AA0000;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}



#nav li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#nav li ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;

}
#nav li ul li {
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	
}
#nav li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.show {display:block;}

.round
{

}

