/* ----- TOP NAV ----- */
img.corner {
   width: 6px;
   height: 6px;
   border: none;
   position: absolute; 
   left: 0;
}
.CornerRight
{
	height: 6px;
	margin: 0px;
	padding: 0px; 
	background: url("http://wacydasp.org/images2/SubmenuRight.gif") no-repeat top right; 
	font-size: 6px;
	line-height: 6px;
}
.CornerMid
{
	height: 6px; 
	margin: 0 6px 0 6px;
	background: url("http://wacydasp.org/images2/SubmenuShoeMid.gif");
	line-height: 6px; 
	font-size: 6px; 
}
.DisplayBlock
{
	display: block;
}
.DropDown1, .DropDown2, .DropDown3, .DropDown4, .DropDown5, .DropDown6
{
	display:none; 
	margin:0 0 0 189px; 
	padding:0;
	border-top:5px solid #252e69;
	position:absolute;
}

* html .DropDown1, * html .DropDown2, * html .DropDown3, * html .DropDown4, * html .DropDown5, * html .DropDown6
{
	margin:0;
}

.DropDown1 {top: 426px;} /* AlcoholDrug */
.DropDown2 {top: 446px;} /* Depression */
.DropDown3 {top: 465px;} /* HealthyYou */
.DropDown4 {top: 490px;} /* SafeDriving */
.DropDown5 {top: 513px;} /* Sex */
.DropDown6 {top: 532px;} /* Tobacco */

.DropDownLink{
	width:175px;
	margin:0;
	padding: 2px 5px 3px 6px;
	display: block;
	background-image: url("http://wacydasp.org/images2/DropDownBkgd.jpg");
	background-repeat: repeat-y;
	background-position: right;
	background-color:#FFFFFF;
	border-top: 1px solid #252e69;
	border-bottom: 1px solid #252e69;
	border-left: 5px solid #252e69;
	border-right: 5px solid #252e69;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
.DropDownLink:link, .DropDownLink:visited {
	text-decoration: none; 
	color: #000000;
}
.DropDownLink:hover
{
	background-image: url("http://wacydasp.org/images2/DropDownBkgdOver.jpg");
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #252e69;
}
