.ddsmoothmenu{
	font: 12px Verdana;
	width: 100%;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: right;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #818181;
	text-decoration: none;
	padding-top: 0.1em;
	padding-right: 0.6em;
	padding-bottom: 0.1em;
	padding-left: 0.6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A3A1A5;
}

* 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: #818181;

}

.ddsmoothmenu ul li a:hover{
color: #E8E8E8;
background-color: #4CA7DF;
}

.ddsmoothmenu #current a {
color: #533F3C;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	display: none;
	visibility: hidden;
	right: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: right;
}

/*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: 12px Verdana;
	width: 100%; /*F4E1BE width of sub F2E99D menus*/
	background-color: #ffffff;
	padding: 0.2em;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #818181;
	text-align: right;
}

.ddsmoothmenu ul li ul li a:hover{
background: #DFC09B; /*background of menu items during onmouseover (hover state)*/
color: #B54B40;
}

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

.downarrowclass{
position: absolute;
top: 0.4em;
left: 1px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

