/* ######### New Visitors Drop Down ULs CSS ######### */


.submenustyle1, .submenustyle1 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #cc0000;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle1 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #cc0000;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle1 li a:hover{
background-color: #ff6666;
color: white;
}

/* ######### Current Visitors Drop Down ULs CSS ######### */


.submenustyle2, .submenustyle2 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ff6600;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle2 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #ff6600;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle2 li a:hover{
background-color: #ff9900;
color: white;
}


/* ######### Staff Info Drop Down ULs CSS ######### */


.submenustyle3, .submenustyle3 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffcc00;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle3 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #ffcc00;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle3 li a:hover{
background-color: #f5dd75;
color: white;
}



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


.submenustyle4, .submenustyle4 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #009900;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle4 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #009900;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle4 li a:hover{
background-color: #00cc00;
color: white;
}




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


.submenustyle5, .submenustyle5 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #333399;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle5 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #333399;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle5 li a:hover{
background-color: #0000ff;
color: white;
}




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


.submenustyle6, .submenustyle6 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #660099;
border: 1px solid white;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
}

.submenustyle6 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: white;
background-color: #660099;
text-decoration: none;
text-align: left;
padding: 4px 5px;
border-bottom: 1px solid white;
}

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

.submenustyle6 li a:hover{
background-color: #9933cc;
color: white;
}


/* ######### 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;
}