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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px Verdana;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	/*z-index: 0;*/
text-align:left;
	border: 0px solid #F00;
	width: 250px;
	visibility: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #517523;
	width: 222px;
	margin: 0px;
	background-color: #83b247;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8cc741;
	border-left-color: #8cc741;
	font-size: 12px;
	font-weight: normal;
}

.ddsubmenustyle li a.testi {
		width: 126px;
}

/* Target all Gecko (includes Firefox) */
/**>.ddsubmenustyle li a.testi {width: 127px;}*/


.ul_btm {
	width:140px;
	height:18px;
	background-image:url(../images/toplink_ie.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

/* Target all Gecko (includes Firefox) */
/**>.ul_btm {
	width:141px;
	height:18px;
	background-image:url(../images/toplink_ff.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}*/


@-moz-document url-prefix() {
	 .ul_btm {
	width:141px;
	height:18px;
	background-image:url(../images/toplink_ff.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;}
	 
}
@-moz-document url-prefix() {
.ddsubmenustyle li a.testi {width: 127px;}
}


	@media \0screen {
.ddsubmenustyle li a.testi {
	width: 126px;		
}

.ul_btm {
	width:140px;
	height:18px;
	background-image:url(../images/toplink_ie.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
}

:root  .ddsubmenustyle li a.testi {
			width: 122px \0/IE9	;
}
:root .ul_btm {
	width:136px \0/IE9;
	height:18px \0/IE9;
	background-image:url(../images/toplink_ie9.png) \0/IE9;
	background-repeat:no-repeat \0/IE9;
	background-position:bottom \0/IE9;
	float:left \0/IE9;
}

* html .ddsubmenustyle li a{
	width:205px;
}

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

}

.ddsubmenustyle li a:hover{
	/*background-color: #06C;*/
	background-color: #628b2e;
	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;
}
