.ddsmoothmenu{
	width:1000px;
	height:40px;
	float:left;
	background:url(../images/menu.png) no-repeat;
	float:left;
}

.ddsmoothmenu ul{
padding:0px;
list-style:none;
height:40px;
float:left;
padding:0px;
margin-left:10px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	
	position: relative;
	display: inline;
	float: left;
	line-height:40px;
	font-size:12px;
	text-align:center;
	padding:0px 20px;
	margin:0px 5px;
}

.ddsmoothmenu ul .menu_active
{
	background:url(../images/menu_hover.png) repeat-x;
}
.ddsmoothmenu ul .menu_active a
{
	color: #FF0;
}

.ddsmoothmenu ul .line_menu
{
	width:1px;
	height:40px;
	float:left;
	background:url(../images/line_menu.png) no-repeat;
	margin:0px;
	padding:0px;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;	
	font-family:Arial, Helvetica, sans-serif;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #FF0;
}



.ddsmoothmenu ul li:hover {
	background:url(../images/menu_hover.png) repeat-x;
}
.ddsmoothmenu ul li:hover a{
	color: #FF0;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:210px;
	padding:0px;
	margin:0px;
	margin-left:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	
	display: list-item;
	width:200px;
	float:left;
	background:#F8F8F8;
	text-align:left;
	padding:0px;
	margin:0px;
	height:auto;
	line-height:20px;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:solid 1px #FFF;
}
.ddsmoothmenu ul li ul li:hover
{
	background:#ced3d7;
	cursor:pointer;
}


.ddsmoothmenu ul li ul li a{
font-size:12px;
font-weight:bold;
 /*width of sub menus
border-bottom: 1px solid gray;*/
text-decoration:none;
float: left;
background:none;
color:#00F !important;
font-family:Arial, Helvetica, sans-serif;
}
.ddsmoothmenu ul li ul li:hover a
{
	color:#00F !important;
}
.ddsmoothmenu ul li ul li a.selected
{
	color:#00F !important;
}

.ddsmoothmenu ul li ul li ul
{
	position: absolute;
	margin-left:0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	

}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */



/* 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: 32px;
right: 40px;
}

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

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}