/* Start of CMSMS style sheet 'ddsmoothmenu' */
.ddsmoothmenu{
	font-size:2em; line-height:20px; color:#24992a; font-weight:bold; height:49px;
}

.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
color:#24992a;
background-color:transparent;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
width:auto;
background:none;
padding:0;
margin:0;
display: inline;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	float:left;
	background: url(../images/nav_lh.gif) left top no-repeat;
	font-size:16px;
	line-height:21px;
	color:#24992a;
	text-decoration:none !Important;
	padding-left:10px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#24992a;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#fff;
background: url(../images/nav_lh.gif) left -49px no-repeat;
}

.ddsmoothmenu ul li a.selected span{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/nav_rh.gif) right -49px no-repeat;
}

.ddsmoothmenu ul li UL LI a.selected span{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:none;
}

.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color:#fff; background: url(../images/nav_lh.gif) left -49px no-repeat;
}

.ddsmoothmenu ul li:hover a.one,
.ddsmoothmenu ul li a.one:hover,
.ddsmoothmenu ul li a.mainActive,
.ddsmoothmenu ul li a.mainActive:visited,
.ddsmoothmenu ul li a.mainActive:hover {
	color:#fff; background: url(../images/nav_lh.gif) left -49px no-repeat;
}
.ddsmoothmenu ul li a span{
 /*background of menu items during onmouseover (hover state)*/
background: url(../images/nav_rh.gif) right top no-repeat; float:left; height:21px; padding:14px 44px 14px 35px;
}
.ddsmoothmenu ul li a:hover span{
 /*background of menu items during onmouseover (hover state)*/
background: url(../images/nav_rh.gif) right -49px no-repeat;
}
.ddsmoothmenu ul li:hover a.one span,
.ddsmoothmenu ul li a.mainActive span,
.ddsmoothmenu ul li a.mainActive:visited span,
.ddsmoothmenu ul li a.mainActive:hover span {
	color:#fff; background: url(../images/nav_rh.gif) right -49px no-repeat;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:110;
left: 0;
margin-top:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:transparent;
font-weight: normal;
font-size:12px;
text-transform:none;
line-height:16px;
width: 200px;
height: auto;
border-top:solid 2px transparent;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
background:transparent;
color:#24992a;
text-transform:none;
float: none;
padding: 0;
width:auto; 
margin:0px;
}

.ddsmoothmenu ul li ul li A SPAN{
	height:auto !Important;
	padding:0 0 10px 0;
	background:none;
	float:none;
}

.ddsmoothmenu ul li ul li A:hover SPAN{
	background:none;
}

.ddsmoothmenu ul li ul li:hover a.one,
.ddsmoothmenu ul li ul li a.mainActive,
.ddsmoothmenu ul li ul li a.mainActive:visited,
.ddsmoothmenu ul li ul li a.mainActive:hover {
	color:#fff; background:#24992a;
}

.ddsmoothmenu ul li ul li:hover a.one SPAN,
.ddsmoothmenu ul li ul li a.mainActive SPAN,
.ddsmoothmenu ul li ul li a.mainActive:visited SPAN,
.ddsmoothmenu ul li ul li a.mainActive:hover SPAN{
	background:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:0; border:solid #fff; border-width:0;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 170px; /*width of sub menus*/
float:none;
padding:10px 15px;
margin: 0;
text-transform:none;
background:none;
background:#000;
color:#24992a;
font-size:12px;
line-height:16px;
border-bottom:solid 1px #24992a;
}


.ddsmoothmenu ul li ul li a:link,
.ddsmoothmenu ul li ul li a:visited{
	color:#24992a;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a.underactive,
.ddsmoothmenu ul li ul li a.underactive:visited,
.ddsmoothmenu ul li ul li a.underactive:hover,
.ddsmoothmenu ul li ul li a.underactive:active
{
	background:#24992a; color: #fff; border-bottom:solid 1px #24992a;
}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#24992a; color: #fff; border-bottom:solid 1px #24992a;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 11px;
right: 10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE
opacity: 0.8;*/
}
/* End of 'ddsmoothmenu' */

