.ddsmoothmenu{
	width:1000px;

	height:36px;
	float:left;
	text-align:center;
	background:url(../images/menu.png) no-repeat;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	padding:3px 0px;
	
	position:relative;
}

.ddsmoothmenu ul.menu_1{

height:36px;
float:left;
padding:0px;
margin:-2px;
margin-left:15px;
list-style:none;
}
.ddsmoothmenu .dot
{
	float:left;
	width:4px;
	height:36px;
	margin-top:-2px;
}
/*Top level list items*/
.ddsmoothmenu ul.menu_1 li{
	
	position: relative;
	width:100px;
	display: inline;
	float: left;
	line-height:35px;
	font-size:13px;

	height:35px;


	list-style:none;
}

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

.ddsmoothmenu ul.menu_1 .menu_active
{
	background:#C60;
}


.ddsmoothmenu ul.menu_1 .menu_active a
{
	color: #FFF;
}



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

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



.ddsmoothmenu ul.menu_1 li:hover a{
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul.menu_1 li ul{
	
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:210px;
	padding:0px;
	margin:0px;
	height:auto;
	padding-top:2px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul.menu_1 li ul li{
	
	display: list-item;
	width:200px;
	float:left;
	background:#333333;
	text-align:left;
	padding:0px;
	margin:0px;
	height:auto;
	line-height:20px;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	margin-bottom:1px;
}

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

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

}
.ddsmoothmenu ul.menu_1 li ul li ul li
{
	line-height:20px;
	box-shadow: 2px 2px 2px #FFF;
	border-left:solid 1px #FFF;
}
.ddsmoothmenu ul.menu_1 li ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #00F;
}

.ddsmoothmenu ul.menu_1 li ul li ul li a:hover{

color: #00F;
}

/*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: 30px;
}

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