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


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	border: 1px solid #98d2f1;
	background: #fff url(bg_dropmenu.gif) repeat-y;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a {
	display: block;
	text-indent: 32px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
	font: normal 12px Verdana;
	padding: 4px 30px 4px 0px;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	white-space: nowrap;
	width: 200px;
}
.ddsubmenustyle li a:hover {
	background-color: #98d2f1;
	color: #003;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	margin-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 0px;
	left: 100px;
	border: 0px;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
