.navigation {
	width:100%;
	float:left;
	height:43px;
	font-size:16px;
}
.navigation_left {
	background:url(../images/navigation_left.png);
	width:8px;
	height:43px;
	float:left;
}
.navigation_mid {
	background-color:#000;
	width:922px;
	float:left;
	padding-top:5px;
	height:38px;
}
.navigation_right {
	background:url(../images/navigation_right.png);
	width:10px;
	height:43px;
	float:left;
}
.ddsmoothmenu {
	float:left;
}
.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
}
.ddsmoothmenu ul li {
	position: relative;
	display: block;
	float: left;
}
.ddsmoothmenu ul li:hover {
	color: white;
}
.ddsmoothmenu ul li a {
	color: white;
	display:block;
	font-size:13px;
	float:left;
	text-transform:uppercase;
	cursor:pointer;
}
.ddsmoothmenu ul li a span.btn {
	float:left;
	height:23px;
	display:block;
	padding:12px 21px 0px 21px;
}
.ddsmoothmenu ul li a:hover {
	color:#7a618b;
}
.ddsmoothmenu ul li a.selected {
	color:#d10f0f;
}
.ddsmoothmenu ul li.dropdown a:hover {
	background:url(../images/navigation_hover.jpg) no-repeat;
	color:#fff;
}
.ddsmoothmenu ul li.dropdown a span:hover {
	background:url(../images/navigation_hover_02.jpg) no-repeat right top;
}
.ddsmoothmenu ul li.dropdown a.selected {
	background:url(../images/navigation_hover.jpg) no-repeat;
	color:#fff;
}
.ddsmoothmenu ul li.dropdown a.selected span {
	background:url(../images/navigation_hover_02.jpg) no-repeat right top;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	left:0px;
	width: 148px;
	display: none;
}
.ddsmoothmenu ul li ul li {
	display: block;
	float: left;
	width:148px;
	position:relative;
	padding:0;
	margin:0;
}
.ddsmoothmenu ul li ul li.last {
	background-image:url(../images/submenu_bg.png)!important;
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	width:148px!important;
	height:5px!important;
	background-color:transparent!important;
}
.ddsmoothmenu ul li ul li a {
	line-height:26px!important;
	padding:0px!important;
	font-size:12px!important;
	width:138px;
	background-color:#d10f0f;
	float:left;
	display:block!important;
	padding-left:10px !important;
	color:#fff!important;
}
.ddsmoothmenu ul li ul li a:hover {
	background-color:#a20808!important;
	color:#fff!important;
	background-image:none!important;
}
.ddsmoothmenu ul li ul li a.selected {
	background-color:#a20808!important;
	color:#fff!important;
	background-image:none!important;
}
.ddsmoothmenu ul li ul li ul {
	background-image:none!important;
	width:148px!important;
	left:-99999px;
	background-color:#a20808;
	padding:5px 0px;
}
.ddsmoothmenu ul li ul li ul li {
	background-image:none!important;
	background-color:#a20808;
	float:left;
	width:138px;
	padding:0 5px;
}
.ddsmoothmenu ul li ul li ul li a {
	width:128px!important;
	background-color:transparent;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	background-image:none!important;
	background-color:#d10f0f!important;
}
.ddsmoothmenu ul li ul li ul li a.selected {
	background-image:none!important;
	background-color:#d10f0f!important;
}
* html .ddsmoothmenu {
	height: 1%;
}
.downarrowclass {
	position: absolute;
	top: 23px;
	right: 23px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.nbbdr {
	border-bottom: 0px !important;
}
