.dropdown ul {
 list-style:none;	
}
/* 
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
	z-index:1000;
}
ul.dropdown li {
	font-weight: bold;
	float: left;
	letter-spacing: 1px;
	margin:0;
}

ul.dropdown a:hover {
/*	color: #000;*/
}
ul.dropdown a:active {
	/*color: #ffa500;*/
}
ul.dropdown li a {
	display: block;
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 12px;
	color:#FFF;
	margin:0px;
		
}
ul.dropdown li.current {
	background-image: url(/images/interface/topmenu_bg_sel.png);
	color: #0C3085;
	background-repeat: repeat-x;
	text-shadow: 1px 1px 1px #000;
}
ul.dropdown li.current a{
	/*color: #0C3085;*/
}
ul.dropown ul div{
	border: 1px solid #000;
	display:block;
	margin:0px;
}
ul.dropdown li:last-child a {
	/*border-right: none;*/
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	color:#000;
}
ul.dropdown li.hover {
	background-image: url(/images/interface/topmenu_bg_hover.png);
	background-repeat: repeat-x;
	color: #000;
	text-shadow:none;
}
ul.dropdown li.hover a {
	color:#000;	
}
/* Level two  */

ul.dropdown ul li.hoversub {
	background-image: none;
	/*background-color:#FC0;*/
}
ul.dropdown .current li {
	background-image: none;
	color: #CCC;
	text-shadow:none;
}
ul.dropdown div{
	display:block;
	background-color:#E8EBEB;

/*	visibility:hidden;
	position:absolute;*/
	margin:0px;
}

ul.dropdown ul {
	list-style: none;
	top:100%;
	left:0;
	position:absolute;
	visibility:hidden;
	background-color:#F0F0F0;
	margin:0;
	padding:0;
	display:block;
}

ul.dropdown ul li {
	letter-spacing:normal;
	float:none;
	clear:both;
	background-image: none;	
/*	white-space:nowrap;	
	width:100%;
	display:block;
	white-space:nowrap;*/
	line-height:16px;
	color: #999;
	margin:0;
	padding:0;
}

ul.dropdown ul li a {
	display: block;
	background-image: none;
	color: #000;
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	line-height:16px;
	padding-top:4px;
	padding-bottom:4px;
	white-space:nowrap;
	margin:0;
	background-color:#E8EBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-shadow:none;
}
ul.dropdown ul li a:hover {
	color: #000;
	background-color:#FC0;
}

/*  Level 3 */

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown div ul div {
	left:100%;
	top:0;
	margin:0px;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}