/* ######### Drop Down ULs CSS ######### */

.submenustyle, .submenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
padding: 0;
position: absolute;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
top: 0;
list-style-type: none;
background: white;
border: 1px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.submenustyle {
margin: 0px;
}

.submenustyle ul {
margin: 0px;
}

.submenustyle li a:link, .submenustyle li a:visited {
display: block;
color: white;
background-color:#666;
text-decoration: none;
padding: 5px;
border-bottom: 1px solid white;
}

#submenu1 li a {
	width: 172px;
}
#submenu2 li a {
	width: 186px;
}
#submenu3 li a {
	width: 202px;
}
#submenu4 li a {
	width: 189px;
}

* html .submenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.submenustyle li a:hover, .submenustyle li a:active {
background-color: #999;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 1px;
border: 0;
visibility:hidden
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
visibility:hidden
}

.iframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}