.ddsmoothmenu{
    height: 33px;background: url(../images/bg_menu.gif) repeat-x;
	width:1000px;
}

.ddsmoothmenu ul{
    list-style: none; margin: 0; padding: 0;padding-left:10px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    list-style: none; margin: 0; padding: 0;line-height: 33px;padding: 0 15px; float: left;
    position: relative;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    color: #f2f4f5; font-size: 13px; font-family: Tahoma, Arial, Verdana, sans-serif; font-weight:bold;
}
.ddsmoothmenu ul li a.first{}
.ddsmoothmenu .current{}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
    
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
          color: #fff500;
}
.ddsmoothmenu ul li.line{padding: 0;background: url(../images/line1.gif) no-repeat; width: 2px; height: 33px;}
.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li.current a{
    color: #fff500;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	padding:0; margin:0;
	border:1px solid #b9d24b;
	background:#FFF; /*background of menu items (default state)*/
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:220px;
	z-index:102;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	margin:0;
	padding:0;
	line-height:18px;
	float: none;
	text-align:left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 12px Arial;
	/*width: 150px; /*width of sub menus*/
	padding: 4px 5px 4px 15px;
	margin: 0;
	border-bottom: dotted 1px #b9d24b;
	text-transform: none;
	color:#7d1900;
	/*background: url(../images/topMenu_icon_sub1.gif) 5px 10px no-repeat;*/
}
.ddsmoothmenu ul li ul li.last a{border-bottom:none;}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	color: #7d1900;
	display:block;
	/*width: 160px; /*width of sub menus*/
	/*background: url(../images/topMenu_icon_sub1.gif) 5px 10px no-repeat;*/
}
.ddsmoothmenu ul li ul li a:hover{
	color:#F00;
}
/* 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: 14px;
	right: 7px;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 8px;
	right: 5px;
	display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background:#EBEBEB;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
