/* this is the main UL element*/

.fallMenu{
	background:url(images/topBgMenu.gif) left 5px no-repeat;
	width:171px;
	height:30px;
	position:relative;
	z-index:1000;
}

.fallMenuCent{
	background:url(images/cBgMenu.gif) left top repeat-y !important;
	font-size:12px !important;
	width:171px;
	overflow:hidden;
	_height:1%;
	clear:both;
	margin:0 !important;
	padding:4px 0 4px 0 !important;
	line-height:16px;
}

.fallMenuCent a{
	margin:0 !important;
}
.fallMenuCent a{
	padding-bottom:0 !important;
}
.fallMenuBot{
	background:url(images/bgBotMenu.gif) no-repeat;
	height:25px;
	width:171px;
	font-size:0px;
	margin:0 !important;
	padding:0 !important;
}

.dropdown ul{
	/*margin-top:30px;*/
	padding-left:21px;
	position:relative;
	z-index:1000;
}

*html .dropdown ul{
	margin-top:10px;
}
*+html .dropdown ul{
	margin-top:0px;
}

.dropdown ul li a{
	color:#000;
	padding-left:15px;
	margin:0 !important;
}
.dropdown ul li a:hover{
	color:#000;
	background:none;
}

.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	z-index:1000;
	position:relative;
}
*html .dropdown{
	width:130px;
}
#dropdown-menu{
	position:relative;
	z-index:1000 !important;
}

