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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0 0 0 0;
padding: 0;
position: absolute;
left:0;
top: 0;
list-style-type: none;
background: #ededed;
/*border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 99999;
line-height:20px;
}

.ddsubmenustyle li a{
display: block;
width: 197px; /*width of menu (not including side paddings)*/
color:#FFF;
background-color:#ededed;
background-position:95% 10px;
background-repeat:no-repeat;
text-decoration: none;
padding:2px 10px 2px 20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
z-index: 99998;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li span a{background:none; font-weight:bold; font-size: 13px;}
.ddsubmenustyle li span a:hover{color: #0281b4;line-height: 30px; margin: 0; padding: 5px 0 0; text-transform: uppercase;}
.ddsubmenustyle li a:hover{
color:#0281b4;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:underline;
}

/* ######### 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;
left: 110px;
border: 0;
}

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

.ddsubmenustyle, .ddsubmenustyle ul li  a{
display: block;
color:#FFF;
background-color:#181818;
border:#453f99 solid 5px;
background-image:none;
background-repeat:no-repeat;
text-decoration: none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
}

.ddsubmenustyle, .ddsubmenustyle ul li  a:hover{
display: block;
color:#FFF;
/*background-color:#10bdda;*/
background-image:none;
background-repeat:no-repeat;
text-decoration: none;
/*border-bottom: 1px solid #fff;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
}
.menusection{
	width:190px;
	float:left;
	margin:0;
	padding:10px; color:#000;
	}

.menusection span{
	font-size:15px;
	line-height:30px;
	margin:0;
	padding:5px 0 0 0;
	color:#0281b4;
	clear:none;
}

.menusection span a{
	font-size:15px;
	line-height:30px;
	margin:0;
	padding:5px 0 0 0;
	color:#0281b4;
	clear:none;
	text-transform:uppercase; background-color:#F00;
}
	.hidden { position:absolute; top:0; left:-9999px; height:1px; overflow:hidden;}
	.menuh{
		color:#FFF;
		width:190px;
		padding:10px;
		}
