/**
 * Style sheet ddsmoothmenu
 */
div.ddsmoothmenu {overflow:visible !important;
	padding-left:60px;
	background: #f90000;
	border-bottom:1px solid black;
	width:940px;
	height:32px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}  /* overrides typolight.css */

.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;
	font-weight:bold;
}

/* Top level menu link items style */
.ddsmoothmenu ul li a, .ddsmoothmenu ul li p
{
	display:block;
	text-decoration:none;
	font-size:11px;
	color:white;
	padding:9px 12px 10px 12px;
}

.ddsmoothmenu ul li p
{	cursor: default}



* html .ddsmoothmenu ul li a
{
	display:inline-block;
}

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

.ddsmoothmenu ul li a.selected
{
	color:white;
	background: #555
}

.ddsmoothmenu ul li a:hover
{
	color:white;
	background: #6B626F;
	text-decoration:none;
}
.ddmenuhighlight
{
	color:white;
	background: #555;
}

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

/* 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:0;
	font: normal 13px Verdana;
	border-top-width: 0;
	padding:7px 10px 8px 10px;
}

/* ######### 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;
	z-index: 99
}

.toplevelshadow
{
	opacity: 0.8;
}
