{ margin: 0px; padding: 0px; }


div.menu {
}

div.menu a {
 	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 215px;
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	line-height: 2em;
	list-style-image: none;
	border-bottom: 1px solid #B2B2B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-decoration: none;
}

div.menu a:hover {
	background: #E3E3E3;
}
div.menu a:active {
	background: #E3E3E3;
}

div.menu_sub {
}

div.menu_sub a{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color:#006699;
	font-weight: bold;
	background-color:#F0F0F0;
	line-height: 14px;
	width: 215px;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-top: 0px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div.menu_sub a:hover {
  background: #E3E3E3;
}

div.menu_sub a:active {
	background: #E3E3E3;
}




#nav2 li ul {
	position: absolute;
	background: #E3E3E3;
	width: 205px;
	/* line-height: 2em; */
	color: #169A35;
	left: -999em;
}

#nav2 li ul a{
	color: #666666;
	font-weight: normal;
	width: 196px;
	display: block;
	font-size: 14px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#nav2 li ul a:hover{
	color:#ffffff;
	background: #A4A4A4;
	left: 0px;
	width: 196px;
}

#nav2 li ul li {
	text-align: left;
	/* margin-left: 10px; */
}

#nav2 li ul li a{
	text-align: left;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: 540px;
	top: 330px;
	color: #72CDF4;
	/* white-space: normal;
	z-index: 10000; */
}

#nav2 li ul li:hover ul, #nav2 li ul li a.sfhover { /* lists nested under hovered list items */
	left: 350px;
	color: #72CDF4;
	/*white-space: normal;
	 z-index: 10000; */
}

#content2 {
	clear: left;
	color: #ccc;
}

.home2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style: none;
}
.home2 a {
  color: #666666;
	text-decoration: none;
	left: -50px;
}
.home2 a:hover {
  text-decoration: none;
	color: #666666;
}

