.ddsmoothmenu
{
	background: none;
/*background of menu bar (default state)*/
	margin-top: 32px;
	float: right;
	font-size: 13px;
	letter-spacing: 0;
}
.menuphoto IMG
{
	float: right;
}
.ddsmoothmenu UL
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu UL UL
{
	border-bottom: 10px solid #111;
}
/*Top level list items*/
.ddsmoothmenu UL LI
{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu UL LI A
{
	display: block;
	background: none;
/*background of menu items (default state)*/
	color: #FFF;
	padding: 8px 10px;
	color: #989898;
	text-decoration: 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
{
	/*[disabled]color:#A7A7A7;*/
}
.ddsmoothmenu UL LI A.selected
{
/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #111;
	color: #FFF;
}
.ddsmoothmenu UL LI A:hover
{
	background: #747474;
/*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}
/*1st sub level menu*/
.ddsmoothmenu UL LI UL
{
	background: #111;
	color: #FFF;
	position: absolute;
	left: 0;
	display: none;
/*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu UL LI UL LI
{
	display: list-item;
	float: none;
}
/*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
{
	width: 180px;
/*width of sub menus*/
	padding: 10px;
	margin: 0;
	border-top-width: 0;
	color: #FBDE8F;
}
.ddsmoothmenu UL LI UL LI A:link
{
}
.ddsmoothmenu UL LI UL LI A:visited
{
}
.ddsmoothmenu UL LI UL LI A:hover
{
	color: #FFF;
}
.ddsmoothmenu UL LI UL LI A.selected
{
	color: #FFF;
}
/*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: 12px;
	right: 5px;
}
/*######### CSS for shadow added to sub menus  #########*/
.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #C0C0C0;
}
.toplevelshadow
{
/*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
