.menuDiv{
}
.ddsmoothmenu {
	width:100%;
	float:left;
}
.ddsmoothmenu ul {
	z-index:100;
	list-style:none;
	margin:0;
	padding:0;
}
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	list-style:none;
	float: left;
}
.ddsmoothmenu ul .firstLiRow {
	background:none;
}
.ddsmoothmenu ul li a {
	display:block;
	padding-left:16px !important;
	padding-right:16px !important;
	text-decoration:none;
}
.ddsmoothmenu ul li.lastLi a{border-right:1px solid #9c9fa1;}
.ddsmoothmenu ul li a:hover {
	color:#55852B;
}
.ddsmoothmenu ul li .topMenuselected {
	color:#55852B;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	background:url(../images/submenutop.png) no-repeat top left;
	padding:32px 0px 0px 0px;	
	
	width:238px;
	display: none; /*collapse all sub menus to begin with*/
	visibility:hidden;
	height:auto !important;
	z-index: 2100;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	width:100%;
	background:url(../images/submenubg.png) repeat-y top left;
	padding:0px;
	margin:0px;
}
.ddsmoothmenu ul li ul li a {
	/*display:block;*/
	padding:  5px 0px !important;
	margin:0px 25px;
	font-size:12px;
	color:#fff;
	width: 188px;
	border-bottom:solid 1px #396e3b;
}
.ddsmoothmenu ul li ul li.libottom{background:url(../images/submenu_bottom.png) no-repeat top left;}
.ddsmoothmenu ul li ul li a:hover {
	color: #98E218 !important;
}
.ddsmoothmenu ul li ul li.activemenu a{color: #98E218;}

.ddsmoothmenu ul li ul li ul {
	margin:0px;
	padding:5px 0px;
	/*position: relative;*/
	width:100%;
	left:90% !important;
	background:#01a651;
}
.ddsmoothmenu ul li ul li ul li{
	background:url(../images/trdlevelsep.png) no-repeat left 9px;	
	padding-left:10px;
	margin-left:30px;
	width:170px;
	 }
.ddsmoothmenu ul li ul li ul li a{border-bottom:none;margin:0px;padding:1px !important;}
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	display: none;
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
margin-left:10px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}



/*..........................Left Menu ......................*/
.ddsmoothmenu-v ul
{
	list-style:none;
	margin:0;
	padding:0;
	
}
.ddsmoothmenu-v ul li
{
	position: relative;
	background-position: bottom;
	list-style: none;
	width: 100%;
}
.ddsmoothmenu-v ul li a
{
	display: block;
	font-size:13px;
	padding:3px 0px 3px 9%;
	text-decoration: none;
	color:#000;
	
}
.ddsmoothmenu-v ul li a:active
{
	color: #2a1c63;
}
.ddsmoothmenu-v ul li a:hover{
	color: #2a1c63;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul
{
	width:100% !important; 
	top: 0;
	margin-top:0px;
	font-weight: normal;
	visibility: hidden;
	padding:10px 0px;
	margin:0px !important;
	left:0px !important;
}
.ddsmoothmenu-v ul li ul li
{
	background-image:none;
	display:block;float:left;
	width:100%;

}
.ddsmoothmenu-v ul li ul li a
{
	margin:0px 0px 3px 9.4%;
	/*background: url(../images/trdlevelsep.png) no-repeat left 8px;*/
	display:block;
	width: 79%;
	/*font-size:11px;*/
	padding:0px 0px 0px 10px;
	font-weight: normal;
	/*width:99% !important;*/
	color:#000;

}
.activesublevel, .activesite{color: #0019B0 !important;}

.ddsmoothmenu-v ul li ul li a:hover
{
}
.ddsmoothmenu-v ul li ul.activeUl{display:block !important;}
.ddsmoothmenu-v ul li ul li ul
{
	position:relative;
	/*left:10px !important;*/
	width: 100% !important; 
	margin:0px !important;
	padding:5px 0px;
	font-weight: normal;
	/*background:#b1b1b1;*/
	float:left;
	border-bottom:none;
}
.ddsmoothmenu-v ul li ul li ul li
{
	display:block;
	width:99%;
	margin-left:10px;
	float:left;
}
.ddsmoothmenu-v ul li ul li ul li a{
	padding:0px 13px 0px 7%;
	/*font-size:11px;*/
	/*background:#b1b1b1 url(../../images/supmenusep1.png) no-repeat left 10px !important;*/
	line-height: 15px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

.lastSubMenu
{
	background-image: none !important;
}
/*..........................End Left Menu....................*/


