.ddsmoothmenu{
	max-width:980px;
	float:left;
	margin-top:14px;

}

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


}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline-block;
	text-align:center;
	
	padding:0px 7px;
	margin:0px 5px;
	height:30px;
	line-height:30px;
	border-radius:6px;
	-moz-border-radius:6px;
	z-index:10;

}

.ddsmoothmenu ul li.line_menu
{
	width:2px;
	height:43px;
	padding:0px;
	margin:0px;
	background:url(../images/line_menu.jpg) no-repeat top;
}

.ddsmoothmenu ul li:hover{

	-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	box-shadow: 0 0 2px 2px #CCC;

}

.ddsmoothmenu ul li:hover a{
	color:#FF0;
}


.ddsmoothmenu ul .active_menu
{
color:#FF0;
} 
.ddsmoothmenu ul .active_menu a
{
	color:#FF0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;

	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

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


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
margin:0px;
padding:0px;
background:none;
height:auto;
padding-top:10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
width:200px;
height:auto;
text-align:left;
height:20px;
line-height:20px;
margin:0px;
height:auto;
padding:5px;
margin-bottom:2px;
padding-left:15px;
background:#0276ff;

-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	box-shadow: 0 0 2px 2px #CCC;

}

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


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size:14px;
/*width of sub menus
border-bottom: 1px solid gray;*/
text-decoration:none;
text-transform:none;
font-weight:normal;
line-height:20px;
color:#FFF !important;
}

.ddsmoothmenu ul li ul li:hover
{
	background:#1042a7;
	cursor:pointer;
}

.ddsmoothmenu ul li ul li:hover a
{
	color:#FF0 !important;
}

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

.rightarrowclass{
position: absolute;
top: 6px;
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;
}
