.ddsmoothmenutop {
	font-size:13px;
	/*font-family: "TSTARHeadline", Arial, Helvetica, sans-serif;*/
	background: none; /*background of menu bar (default state)*/
	float:right;
	display:block;
	z-index:950;
	position:relative;
	padding:0px 0 0 0;
	
}
.ddsmoothmenutop ul {
	z-index:100;
	margin: 0px 0 0 5px;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenutop ul li {
	position: relative;
	display: inline;
	float: left;
	margin:0 11px 0 0;
}

/*Top level menu link items style*/
.ddsmoothmenutop ul li a {
	display: block;
	color: white;
	padding: 5px 5px 4px 4px;
	border-right: 0px dotted #778;
	color: #999;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../css/border-radius.htc);
	border-radius: 3px;
	text-transform:uppercase;
}

.ddsmoothmenutop ul li a img {
	margin:1px 3px 0 0;
	float:left;
}
* html .ddsmoothmenutop ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*.ddsmoothmenutop ul li a:link, .ddsmoothmenutop ul li a:visited{
color: #FFFFFF;
}*/

.ddsmoothmenutop ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#BE1132;
	color: #FFFFFF;
}
.ddsmoothmenutop ul li a:hover {
	background:#BE1132; /*background of menu items during onmouseover (hover state)*/
	color: #FFFFFF;
}
/*1st sub level menu*/
.ddsmoothmenutop ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin: 5px 0 0 0;
	padding: 0px;
	background:#FFFFFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenutop ul li ul li {
	display: list-item;
	float: none;
	margin:0;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenutop ul li ul li ul {
	top: 0;
	color:#000000;
}
/* Sub level menu links style */
.ddsmoothmenutop ul li ul li a:link, .ddsmoothmenutop ul li ul li a:visited {
	background:#FFFFFF;
	width: 175px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px dotted #999999;
	color:#444444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../css/border-radius.htc);
	border-radius: 3px;
	text-transform: none;
}
.ddsmoothmenutop ul li ul li a:hover {
	background:#444444; /*background of menu items during onmouseover (hover state)*/
	color: #FFFFFF;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenutop {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.ddsmoothmenutop .downarrowclass {
	position: absolute;
	top: -2px;
	right: 0px;
	margin:0;
	padding:0;
}
.ddsmoothmenutop .rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
}
