@font-face {
	font-family: Politica;
	src: url(../fonts/Politica.otf);
}

/*@font-face {
	font-family: Politica;
	font-weight: thin;
	src: url(../fonts/Politica-thin.otf);
	letter-spacing: 1px;
}*/

.navigation {
	width:100%;
	float:left;
	height:43px;
	font-size:20px;
}
.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:20px;
	float:left;
	text-transform:uppercase;
	cursor:pointer;
	margin-top: -3px;
	font-family: Politica, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
.ddsmoothmenu ul li a span.btn {
	float:left;
	height:32px;
	display:block;
	padding:12px 25px 0px 15px;
}
.ddsmoothmenu ul li a:hover {
	color:#c37300;
}
.ddsmoothmenu ul li a.selected {
	color:#c37300;
}
.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;
	height:42px;
}
.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;
	height:42px;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	left:0px;
	width: 148px;
	display: none;
}
.ddsmoothmenu ul li ul li {
	display: block;
	float: left;
	width:135px;
	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:30px!important;
	font-size:18px!important;
	letter-spacing: 1px;
	width:138px;
	background-color:#c37300;
	float:left;
	display:block!important;
	padding-left:10px !important;
	color:#fff!important;
	padding-top: 6px;
}
.ddsmoothmenu ul li ul li a:hover {
	background-color:#9c5c00!important;
	color:#fff!important;
	background-image:none!important;
}
.ddsmoothmenu ul li ul li a.selected {
	background-color:#9c5c00!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:#9c5c00;
	padding:5px 0px;
}
.ddsmoothmenu ul li ul li ul li {
	background-image:none!important;
	background-color:#9c5c00;
	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:#c37300!important;
}
.ddsmoothmenu ul li ul li ul li a.selected {
	background-image:none!important;
	background-color:#c37300!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;
}
