.ddsmoothmenu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	width: 965px;
	margin-left: 30px;
	height: 35px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 20px;
}

.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: left;
	margin-right: 9px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.active { 	color: #aa4079;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #aa4079;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	/*color: #666666;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.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{
	color: #aa4079;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #aa4079;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* 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;
}

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