.ddsmoothmenu{}

/*Top level list items*/
.ddsmoothmenu ul{
	z-index:1000px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
	 font-weight:bold;
}
.ddsmoothmenu ul li a{
	display:block;
	height:32px; color:#ffffff; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-left:12px; padding-right:12px; padding-top:13px;
	text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
color:#00aeef; text-decoration:none; background:url(../images/nav_hover.jpg) repeat-x left top;
}

* html .ddsmoothmenu ul li a{
	display:inline-block;
}

.ddsmoothmenu ul li a.selected{
color:#00aeef; text-decoration:none; background:url(../images/nav_hover.jpg) repeat-x left top;
}

.ddsmoothmenu ul li.active a{
color:#00aeef; text-decoration:none; background:url(../images/nav_hover.jpg) repeat-x left top;
}

.ddsmoothmenu ul li.active ul li a{
	background:none;
	color:#ffffff;
}

.ddsmoothmenu ul li ul li.active a{
	background:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	background:#131313;
	position:absolute;
	display:none;
	visibility:hidden;
}

/*2st sub level menu*/
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #232323;
	background:none;
}

.ddsmoothmenu ul li ul li ul{
	top:0px;
	left:0px;
	margin-top:0px;
}

* html .ddsmoothmenu ul li ul li ul{
	top:0px;
	left:0px;
	margin-left:-1px;
}

.ddsmoothmenu ul li ul li a{
	width:187px; /*width of sub menus*/
	padding:0px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	color:#ffffff;
	font-size:13px;
	margin:0px;
	border:none;
	height:auto;
}

.ddsmoothmenu ul li ul li a:hover{
	color:#00aeef;
	text-decoration:none;
	background:#272727;
}

.ddsmoothmenu ul li ul li a.selected{
	color:#00aeef;
	text-decoration:none;
	background:#272727;
}

* html .ddsmoothmenu{height:1%;}

.downarrowclass{
	position:absolute;
	top:12px;
	right:7px;
}

.rightarrowclass{
	position:absolute;
	top:14px;
	right:10px;
}

.ddshadow{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}

.toplevelshadow{
	opacity:0px;
}