/* ######### Drop Down ULs CSS ######### */

/* ######### Homeland Security style ######### */

.homeLandSecurity, .homeLandSecurity ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #4A4789;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
margin-right: 0px;
}

.homeLandSecurity li a{
font: bold 11px Verdana;
display: block;
width: 186px; /*width of menu (not including side paddings)*/
color: white;
background-color: #4A4789;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .homeLandSecurity li{ /*IE6 CSS hack*/
font: bold 11px Verdana;
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
margin-right: 0px;
}

.homeLandSecurity li a:link{
font: bold 11px Verdana;
background-color: #4A4789;
color: white;
}
.homeLandSecurity li a:visited{
font: bold 11px Verdana;
background-color: #4A4789;
color: white;
}
.homeLandSecurity li a:hover{
font: bold 11px Verdana;
background-color: #171452;
color: white;
}
.homeLandSecurity li a:active{
font: bold 11px Verdana;
background-color: #4A4789;
color: white;
}


/* ######### School Health Style ######### */

.schoolHealth, .schoolHealth ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #E31E26;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.schoolHealth li a{
font: bold 11px Verdana;
display: block;
width: 186px; /*width of menu (not including side paddings)*/
color: white;
background-color: #E31E26;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .schoolHealth li{ /*IE6 CSS hack*/
font: bold 11px Verdana;
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.schoolHealth li a:link{
font: bold 11px Verdana;
background-color: #E31E26;
color: white;
}
.schoolHealth li a:visited{
font: bold 11px Verdana;
background-color: #E31E26;
color: white;
}
.schoolHealth li a:hover{
font: bold 11px Verdana;
background-color: #BD1A20;
color: white;
}
.schoolHealth li a:active{
font: bold 11px Verdana;
background-color: #E31E26;
color: white;
}


/* ######### Public Health Style ######### */

.publicHealth, .publicHealth ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #00BB00;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.publicHealth li a{
font: bold 11px Verdana;
display: block;
width: 186px; /*width of menu (not including side paddings)*/
color: white;
background-color: #00BB00;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .publicHealth li{ /*IE6 CSS hack*/
font: bold 11px Verdana;
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.publicHealth li a:link{
font: bold 11px Verdana;
background-color: #00BB00;
color: white;
}
.publicHealth li a:visited{
font: bold 11px Verdana;
background-color: #00BB00;
color: white;
}
.publicHealth li a:hover{
font: bold 11px Verdana;
background-color: #029102;
color: white;
}

.publicHealth li a:active{
font: bold 11px Verdana;
background-color: #00BB00;
color: white;
}

/* ######### Emergency Preparedness Style ######### */

.emergencyPreparedness, .emergencyPreparedness ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #F38A22;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.emergencyPreparedness li a{
font: bold 11px Verdana;
display: block;
width: 186px; /*width of menu (not including side paddings)*/
color: white;
background-color: #F38A22;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .emergencyPreparedness li{ /*IE6 CSS hack*/
font: bold 11px Verdana;
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.emergencyPreparedness li a:link{
font: bold 11px Verdana;
background-color: #F38A22;
color: white;
}
.emergencyPreparedness li a:visited{
font: bold 11px Verdana;
background-color: #F38A22;
color: white;
}
.emergencyPreparedness li a:hover{
font: bold 11px Verdana;
background-color: #DB8324;
color: white;
}
.emergencyPreparedness li a:active{
font: bold 11px Verdana;
background-color: #F38A22;
color: white;
}



/* ############# Third tier of navigation menu (light purple). ################# */

.tier3, .tier3 ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #D0C8D8;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.tier3 li a{
font: bold 11px Verdana;
display: block;
width: 85px; /*width of menu (not including side paddings)*/
color: black;
background-color: #D0C8D8;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .tier3 li{ /*IE6 CSS hack*/
font: bold 11px Verdana;
display: inline-block;
width: 85px; /*width of menu (include side paddings of LI A*/
}

.tier3 li a:link{
font: bold 11px Verdana;
background-color: #D0C8D8;
color: black;
}
.tier3 li a:visited{
font: bold 11px Verdana;
background-color: #D0C8D8;
color: black;
}
.tier3 li a:hover{
font: bold 11px Verdana;
background-color: #9281A6;
color: white;
}
.tier3 li a:active{
font: bold 11px Verdana;
background-color: #D0C8D8;
color: black;
}




/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}