﻿/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{
	/*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
	color: #0099FF;
}

.ddsubmenustyle li a , ddsubmenustyle li a:visited ,ddsubmenustyle li a:active{
	width: 160px; /*width of menu (not including side paddings)*/;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FF0096;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #F54A8B;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #FFF9FF;
	border-bottom-color: #FAC5D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #F54A8B;
}

/* ######### 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;
	border: 0;
	right: 90%;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
