.ddsmoothmenu {
	display: block;
	width: 814px;
	float: left;
	line-height: 100%;
	/*margin-left: 10px;*/
	/*margin-right: 55px;*/
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin:0;
	background: url(../img/line_menu_top.png) no-repeat 100% 50%;
	/*width: 14.2%;*/
	text-align:center;
}

.ddsmoothmenu ul li.last{
	background-image:none;
}

.ddsmoothmenu ul li a {
	font-family:  tahoma;
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
	margin-left:-1px;
	padding: 15px 18px 15px;

}

* html .ddsmoothmenu ul li a { display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #fff; }
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #FFD446;
	/*background-color: #0577eb;*/
	margin-left:-1px;
	z-index: 999999;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; 
	visibility: hidden;
	margin-left: -1px;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	padding:0;
	margin:0;
	background: #33BDF2 url(images/arr2.gif) no-repeat 10px 50%;
	border-bottom:1px dotted #92BFEB;
	width: 253px;
	text-align: left;
}
.ddsmoothmenu ul li ul li:last-child{
	border-bottom:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0; margin-left:0;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 218px;
	margin: 0;
	padding: 10px 10px 10px 25px;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	/*margin-left:-2px;*/
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word; 
	line-height: 1.5;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {color: #fff;}
.ddsmoothmenu ul li ul li a:hover,.ddsmoothmenu ul li ul li a.selected {
	background:#29B4E9 url(images/arr2.gif) no-repeat 10px 50%; 
	margin-top:0px !important;
	margin-left:0px;
	border-radius: 0px;
	color: #FFD446;
}


.ddsmoothmenu ul li ul li ul li a.selected{
	background:#29B4E9 url(images/arr2.gif) no-repeat 10px 50%; 
	color:#FFD446;
}

* html .ddsmoothmenu { height: 1%; }

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
	display:none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

.ddshadow { 
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	/*background: silver;*/
}
.toplevelshadow { opacity: 0.8; }