.ddsmoothmenu
{
	font: normal 13px Verdana; /*background of menu bar (default state)*/
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.ddsmoothmenu ul
{
	z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	height: 30px;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
	position: relative;
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
	display: block;
	padding: 7px 56px 7px 56px;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
.last
{
	border: none;
	background: none;
}

* 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: #FFFFFF; /*background-image: url('image/background/minimalist7.png');*/
}

.ddsmoothmenu ul li a.selected
{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: White;
}

.ddsmoothmenu ul li a:hover
{
	background:#E6AF0D; /*background of menu items during onmouseover (hover state)*/
	color:#000000; 

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px;
	left: 0px;
	border:solid 1px E6AF0D;
	background-color:Black;
	z-index:999px;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	display: list-item;
	float:  none;
	height: auto;
	margin:0px;
	padding:0px;
	border-bottom: 1px dotted White;
	
}

/*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 13px Verdana;
	width: 165px; /*width of sub menus*/
	padding: 13px 0px 13px 15px;
	margin: 0px;
	color: Black;
	border: none;
}
.ddsmoothmenu ul li ul li a:hover
{
	color: #fff;
	background-color: #E6AF0D;
}

/* 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: 10px;
}

.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
	/*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #B05800;
}

.toplevelshadow
{
	/*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
oplevelshadow
{
	/*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
.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;
}
