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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	border:0;
	left: 0;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	z-index: 999;
	border:1px solid #4cb0e2;
}
.ddsubmenustyle li {
}
.ddsubmenustyle li a {
	display: block;
	width: 240px; 
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
	line-height:22px;
	background:url(../images/drop_bg.gif) repeat-x left top;
}

* html .ddsubmenustyle li a {
}

.ddsubmenustyle li a:hover{
	color:#74dfff;
}

.downarrowpointer{
padding-left: 4px;
border: 0;
}

.rightarrowpointer { 
	position: absolute;
	padding: 3px 0 0 0;
	margin:0;
	left: 100px;
	border: 0;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
} 

