/**
 * Style sheet ddsmoothmenu
 */
.ddsmoothmenu
{
	width:980px;
	position:relative;
	float:left;
	background-color:#0D8F45;
	border-width:1px 0px;
	border-style:solid;
	border-color:#000000;
	font-family:Verdana;
	font-size:14px;
}

.ddsmoothmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:100;
}

/* Top level list items */
.ddsmoothmenu ul li
{
	position:relative;
	float:left;
	display:inline;
}

/* Top level menu link items style */
.ddsmoothmenu ul li a
{
	display:block;
	margin:0px;
	padding:5px 15px 7px 15px;
	border-top:0px solid #6AD58A;
	border-right:0px solid #6AD58A;
	border-bottom:0px solid #6AD58A;
	border-left:1px solid #6AD58A;
	text-decoration:none;
	color:#ffffff;
	background: #0D8F45;
}

* html .ddsmoothmenu ul li a
{
	margin:0px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color:#white;
}

.ddsmoothmenu ul li a.selected
{
	color:#000000;
	background: #6AD58A;
}

.ddsmoothmenu ul li a:hover
{
	color:#white;
	background:#6AD58A;
}

/* 1st sub level menu */
.ddsmoothmenu ul li ul
{
	left:0;
	position:absolute;
	display:none;
	visibility: hidden;
}

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

/* 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:160px;
	margin:0;
	padding:5px;
	font: normal 13px Verdana;
	border-top-width: 0;
	border-left-color: #000000;
	border-right-color: #6AD58A;
	border-top-color: #6AD58A;
	border-bottom-color: #6AD58A;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}

/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass
{
	top:12px;
	right:7px;
	position:absolute;
}

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

/* ######### CSS for shadow added to sub menus ######### */
.ddshadow
{
	width:0;
	height:0;
	left:0;
	top:0;
	position:absolute;
	background: silver;
}

.toplevelshadow
{
	opacity: 0.8;
}

