@charset "windows-1256";
body {
	font-family: Tahoma, Geneva, sans-serif;
	padding-top:0px;
	margin:0 auto;
}
.ddsmoothmenu ul {
	margin: 0px 10px;
	padding: 0;
	float: left;
	font-weight: bold;
	font: 13px Arial;
	list-style-type: none;
	background-color:#ef7f1b;
	font-weight: bold;
}
.ddsmoothmenu li{
	display: inline;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	float:left;
}
.ddsmoothmenu li a{
	float: left;
	color: white;
	padding: 6px 11px;
	text-decoration: none;
}
.current, .ddsmoothmenu ul li a:hover {
	background-color:#4d4b47;
	color:white;
	padding: 6px 11px;
	text-decoration:none;	
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: block;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	background:none;
	background-color:#4d4b47;
	color:white;
	visibility:hidden;
	list-style-type: none;
	width:190px;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	margin:0px 0px 0px 15px;
	padding:0px;
}
.ddsmoothmenu ul li ul li{
	display: list-item;
	position:relative;
	float: none;
	margin:0px;
	padding:0px;
}
.ddsmoothmenu ul li ul li a{
	display:block;
	background:none;
	text-decoration:none;
	margin:0px;
	padding-top:6px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:5px;
	border-right: none;
	float:none;

}
.ddsmoothmenu ul li ul li a:hover{
	background:none;
	color:#FFFFFF;
	background-color:#2b2a28;
	text-decoration:none;
	display:block;
	float:none;
	margin:0px;
	padding-top:6px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:05px;	
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
#rightLine {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.bold {
	font-weight: bold;
}
.txt {
	font-size: 12px;
}

