/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: 'Arial','Verdana'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: normal;  font-stretch: normal; -x-system-font: none; 
margin:0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #47bbe9;
border-top:0px solid #fff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle ul{
	border-left:1px solid #fff;	
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

* html .ddsubmenustyle ul li{ /*IE6 CSS hack*/
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle ul li a{width:190px}
.ddsubmenustyle li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: white;
background-color: #47bbe9;
text-decoration: none;
padding: 8px 5px 8px 10px;
text-align: left;
}

.ddsubmenustyle li a:hover{
background-color: #218cc1;
color: white;
}

/* ######### 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: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


.sosor li a{width:136px;}
.sosor .rightarrowpointer{left:96px;}
.ksusor li a{width:146px;}
.ksusor.rightarrowpointer{left:106px;}