.ddsmoothmenu {
	width:: 100%;
	font: normal 11px Tahoma; 
	height:27px;
}
.ddsmoothmenu UL {
	z-index: 100; 
	padding: 0px; 
	list-style-type: none; 
	margin: 0px;
}
.ddsmoothmenu UL LI {
	position: relative; 
	display: inline; 
	float: left;
}
.ddsmoothmenu UL LI A {
	text-align:left; 
	padding: 0px;
	display: block; 
	background: #2f9ad5; 
	color: #2d2b2b; 
	text-decoration: none;
}
* HTML .ddsmoothmenu UL LI A {
	display: block;
	text-align:left;
}
.ddsmoothmenu UL LI A:link {
	color: white;
}
.ddsmoothmenu UL LI A:visited {
	color: white;
}
.ddsmoothmenu UL LI A.selected {
	background: #115085; COLOR:White;
}
.ddsmoothmenu UL LI A:hover {
	background: #115085; COLOR: white
}
.ddsmoothmenu UL LI UL {
	POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; LEFT: 0px;
}

.ff3_5 .ddsmoothmenu UL LI UL {
	POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; LEFT: 0px; 
}

.chrome .ddsmoothmenu UL LI UL {
	POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; LEFT: 0px;
}
.safari .ddsmoothmenu UL LI UL {
	POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; LEFT: 0px; 
}

.ddsmoothmenu UL LI UL LI {
	DISPLAY: list-item; FLOAT: none;
}
.ddsmoothmenu UL LI UL LI A {
	BORDER-BOTTOM: #FFFFFF 1px solid; BORDER-RIGHT: #FFFFFF 1px solid; padding: 5px; MARGIN: 0px; WIDTH: 145px; FONT: 11px Tahoma; BORDER-TOP-WIDTH: 0px; DISPLAY: inline-block;
}
.ddsmoothmenu UL LI UL LI UL {
	TOP: 0px;
}

.ff3_5 .ddsmoothmenu UL LI UL LI UL {
	TOP: 0px; padding-top:0px;
}
.chrome .ddsmoothmenu UL LI UL LI UL {
	TOP: 0px; margin-top:0px;
}
.safari .ddsmoothmenu UL LI UL LI UL {
	TOP: 0px; padding-top:0px;
}
.ddsmoothmenu UL LI UL LI UL LI A{  
	background: #2f9ad5;
	WIDTH: 150px;
}

* HTML .ddsmoothmenu {
	HEIGHT: 1%
}
.downarrowclass {
	POSITION: absolute; TOP: 10px; RIGHT: 7px
}
.rightarrowclass {
	POSITION: absolute; TOP: 6px; RIGHT: 5px
}
.ddshadow {
	POSITION: absolute; WIDTH: 0px; background: silver; HEIGHT: 0px; TOP: 0px; LEFT: 0px
}
.toplevelshadow {
	opacity: 0.8
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }