/* ######### 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: 0;
	margin-right: 0;
	margin-bottom: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid white;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.submenustyle {
	margin: 0;
}

.submenustyle ul {
	margin: 0;
}

.submenustyle li a:link, .submenustyle li a:visited {
	display: block;
	color: white;
	background-color: #252525;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid white;
}

#submenu1 li a {
	width: 240px;
}

#submenu2 li a {
	width: 246px;
}

* html .submenustyle li a { /*IE6 CSS hack*/
	display: inline-block;
}

.submenustyle li a:hover, .submenustyle li a:active {
	background-color: #555;
	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;
}