.ddsmoothmenu{
	position:relative;
	background:transparent url('../images/menu.png') repeat-x;
	z-index:200;
	width:100%;
}

.ddsmoothmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
	margin-left:10px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin:0px;
	padding:0px;
}

.ddsmoothmenu ul li.SepLi {
	width:4px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display:block;
	text-decoration:none;
	width:120px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#880038;	
	cursor:pointer;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:5px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	/*display: inline-block;*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	margin:0px;
	padding:0px;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color:#ffffff;
	width: 100%;
	padding-top:10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	width: 100%;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	text-align:center;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	display:inline;
	text-decoration:none;
	color:#990033;
	font-size:12px;
	height:18px;
	position:relative;
	bottom:5px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

.ddsmoothmenu ul li ul li a:hover{
	background-color:#FFFFFF;
}


/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
