@charset "utf-8";
/* CSS Document */
.ddsmoothmenu {
	width: 100%;
	height:35px;
	color:#b5b5b5;
}
.ddsmoothmenu ul li {
	position: relative;
	list-style:none;
	float:left;
	height:26px;
	display:block;
	padding:9px 12px 0 12px;
	background:url(../images/menu-dvdr.gif) no-repeat;
}
.ddsmoothmenu ul li:hover {
	color:#ffffff;
	height:26px;
	display:block;
	padding:9px 12px 0 12px;
	background-color:#a2bcd0;
}
.ddsmoothmenu ul li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
}
.ddsmoothmenu ul li a:hover {
	color:#1e4e7a;
}
.ddsmoothmenu ul li.active {
	float:left;
	list-style:none;
	height:26px;
	padding:9px 12px 0 12px;
	background-color:#a2bcd0;
}
.ddsmoothmenu ul li ul {
	position:absolute;
	margin:0;
	padding:0;
	background:none;
	left: 0;
	top:0;
	display: none;
	visibility: hidden;
	width:233px;
	background-color: #5f97ba;
	border:1px solid #4d82a3;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	background:none;
	float: none;
	padding-bottom:0px;
	padding:3px 5px 0 5px;
	margin:0;
	height:35px;
	border-bottom:1px solid #4d82a3;
}
.ddsmoothmenu ul li ul li:hover {
	display: list-item;
	background-color:#a2bcd0;
	float: none;
	padding-bottom:0px;
	padding:3px 5px 0 5px;
	margin:0;
	height:35px;
	border-bottom:1px solid #4d82a3;
}
* html .ddsmoothmenu {
	height: 1%;
}
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
