.ddsmoothmenu{
	 /*background of menu bar (default state)*/
	 width:100%;
}
.ddsmoothmenu ul{
	z-index:1000;
	margin:0; padding:0;
	list-style-type: none; padding-top:0px;	
}
li.ddsmoothmenuBottomShadow{
	display:block;
    height:7px; background:url(ddsmoothmenuBottomShadow.png) 0 0 no-repeat;
}
.TopMenu td.Txt div.ddsmoothmenu ul{
    height:40px;
}
.TopMenu td.Txt div.ddsmoothmenu ul ul{
    height:auto;
    margin-left:5px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin:0; padding:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	padding: 10px 4px 12px 2px;
	color: #d4d4d4;
	text-decoration: none;
}
*:first-child+html .ddsmoothmenu ul li a{ /* IE7 HACK */
	padding-bottom:11px;
}
.ddsmoothmenu ul li.first-child a{
	background:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	padding-bottom:11px;
}
.ddsmoothmenu ul li.Parent{
	width:100%;
}

.ddsmoothmenu ul li.Parent a{
	white-space:nowrap;
}

.ddsmoothmenu ul li.Parent a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../Images/TopMenuActive.jpg) repeat-x; display:block;
	color: #ffffff;
}
.ddsmoothmenu ul li.Parent a:hover{
	color: #ffffff;
}
.ddsmoothmenu ul li.Parent > a:hover{
	background:url(../Images/TopMenuActive.jpg) repeat-x; display:block;
}

.ddsmoothmenu ul li ul li a:hover{
	background:url(ListItemsBgHover.png) repeat-x; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

.ddsmoothmenu ul li ul li ul{
	border-top:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	/*border-bottom:1px solid #64656A;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana; font-size:12px; font-weight:normal;
	color:#4d4d4d;
	background:url(ListItemsBg.png) repeat-y;
	width: 237px; /*width of sub menus*/
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-top: none;
	text-align:left;
	white-space:normal !important;
	font-weight:bold;
}
.ddsmoothmenu ul li ul li:first-child a{
    background:url(ListItemsBgFirstChild.png) repeat-y;
}
.ddsmoothmenu ul li ul li:first-child a.selected, .ddsmoothmenu ul li ul li:first-child a:hover{
    background:url(ListItemsBgFirstChildHover.png) repeat-y;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover{
	background:url(ListItemsBgHover.png) repeat-x !important; /*background of menu items during onmouseover (hover state)*/
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover{
    color:#000000 !important;
}
* html .ddsmoothmenu ul li ul li a.selected{ /* HACK FOR IE 6 AND BELOW */
	display:inline !important;
}
.ddsmoothmenu ul li ul li a:hover{
	color:#000000;
	font-weight:bold;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 9px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	/*opacity: 0.8;*/
}