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

.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	background: url('../gfx/submenu.png') repeat;
}

.ddsubmenustyle li a, .ddsubmenustyle2 li a{
	display: block;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	width: 241px;
	border-bottom: 2px solid #999999;
	margin: 0 5px;
}

.ddsubmenustyle li.norm a, .ddsubmenustyle2 li.norm a {
	border: 0;
}

.ddsubmenustyle li.last a, .ddsubmenustyle2 li.last a {
	border: 0;
}

* html .ddsubmenustyle li a, * html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover, .ddsubmenustyle2 li a:hover{
	color: #99CC66;
}

ul .submenu a, .submenu a:visited {
	color: #CCCCCC;
	border: 0;
}

ul .submenu a:hover {
	color: #FFFFFF;
}

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

.downarrowpointer, .downarrowpointer2{ /*CSS for "down" arrow image added to top menu items*/
	border: 0;
}

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

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