.ddsmoothmenu{
	margin:auto;
	width:100%;
	background:#f4f4f6;
	padding-bottom:10px;
}

.ddsmoothmenu ul{
	margin:auto;
	width:1000px;
	list-style:none;
	padding:0px;
	margin-top:5px;
	
}

/*Top level list items*/
.ddsmoothmenu ul li{
	
	position: relative;
	display: inline;
	float: left;
	line-height:35px;
	height:35px;
	text-align:center;
	height:35px;
	width:135px;
	/*overflow:hidden;*/
	padding:0px 3px;
}


.ddsmoothmenu ul li.menu_active {
	background:#FC0;
	border-radius:4px;
	-moz-border-radius:4px;
}
.ddsmoothmenu ul li.menu_active a{
	color: #000;
	text-shadow:none;
}


.ddsmoothmenu ul .line_menu
{
	width:2px;
	height:35px;
	float:left;
	background:url(../images/line_menu.jpg) no-repeat center;
	margin:0px;
	padding:0px;
}
.ddsmoothmenu ul .line_menu:hover
{
	background:url(../images/line_menu.jpg) no-repeat center;	
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

* 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: #F00;
}



.ddsmoothmenu ul li:hover {
	background:#FC0;
	border-radius:4px;
	-moz-border-radius:4px;
}
.ddsmoothmenu ul li:hover a{
	color: #000;
	text-shadow:none;
}


	
/*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;
	background:#F8F8F8;
	height:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	
	display: list-item;
	width:200px;
	float:left;
	
	text-align:left;
	padding:0px;
	margin:0px;
	height:auto;
	line-height:20px;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:solid 1px #FFF;
	text-shadow:none;
}
.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:#333 !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: 39px;
}

.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;
}