@charset "utf-8";
/* CSS Document */
.ddsmoothmenu {
	position:relative;
	top:0;
	left:0;
	z-index:99;
	width:800px;
	font-size:15px;
	color:#FFF;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.ddsmoothmenu ul {
	list-style:none;
	padding:0;
	margin-right:1px;
	z-index:10;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ddsmoothmenu ul li {
	list-style:none;
	float:left;
	position:relative;
	padding:0;
	margin:0;
}
.ddsmoothmenu ul li.last {
	background:none;
	border:none;
}
.ddsmoothmenu ul li a {
	display:block;
	float:left;
	text-decoration:none;
	color:#FFF;
	padding-top: 38px;
	padding-right: 25px;

	padding-bottom: 20
.px;
	padding-left: 25px;
	height: 31px;
	padding-bottom: 20px;
}
.ddsmoothmenu ul li a.padding_last {
	padding-top: 7px;
	padding-right: 21px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li.active a {
	color:#333C81;
	background-color: #FFF;
}
.ddsmoothmenu ul li ul a {
	background:#ebebeb !important;/*#FBFBFB ;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	color:#666 !important;
	text-align: left;
}
.ddsmoothmenu ul li ul a:hover {background-color: #fd3c3d !important;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	color:#FFFFFF !important;
}
.ddsmoothmenu ul li ul {
	position:absolute;
	left:0;
	visibility:hidden;
	display:none;
	line-height:30px;
	background-color: #ebebeb;
	box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
}
.ddsmoothmenu ul li ul li ul {
	display:list-item;
	float:none;
}
.ddsmoothmenu ul li ul li ul { /*top:0; position:absolute;*/
}
.ddsmoothmenu ul li ul li a {
	position:relative;
	
	font-size:13px;
	color:#394852;
	width:210px; /*background:#eceded url(../images/arrow_gray.gif) no-repeat 0 0;*/
	border-bottom:1px solid #E3E3E3;
	margin:0;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	color: #394852;
}
.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: black;
	background-color: #E0E0E0;
}
.ddsmoothmenu ul li ul li a:hover {
	background-color: #0F0;
  /* ABH : background of menu items during onmouseover (hover state)*/
}
