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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 5;
list-style-type: none;
width:220px;

border-bottom-width: 0;
visibility: hidden;
/*text-align:center;*/
}


.ddsubmenustyle li a{
/*width: 131px;*/
/*height:25px;*/
DISPLAY: block; 
color:#000000;
background-color: #d5e2c8;
text-decoration: none;
padding: 4px 5px;
width:220px;
border: 1px solid white;
}
.ddsubmenustyle li ul li a{
background:none;
background:#d5e2c8;
margin-left:10px;
padding: 4px 5px;
color:#000000 !important;
}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color:#CCCCCC;

}

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

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

display: block;
}

.deco_none_hori{
	border-right:1px solid #c7c6c6;
	padding:0px 18px;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}

.deco_none_hori a{
	color:#ffffff;
	padding: 0.6em 0.5em;
	text-decoration:none;
}
.deco_none_hori a:hover{
	color:#FFFF66;
}
.deco_none_hori a:visited{
	color:white;
}

.deco_none_hori a:link{
	color:white;
}
