
#tab-top {
	background-color:#efefef;
	border-bottom:1px solid #b3b3b3;
	margin:0; 
	padding:0;
	height:30px;
}

#tab-top ul {
	margin:0; 
	margin-left:0px;
	padding:0;	
	
}

#menu-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:100;
	position:absolute;	
}

#menu-top* {
	margin:0;
	padding:0;	
}

#menu-top li {
	float:right;
	margin:0px;	
	list-style-type:none;
}
#menu-top li:hover, 
#menu-top li.lemHover,
#menu-top li.selected {
	
}

#menu-top li:hover {
	z-index:1;
	list-style-type:none;
}

#menu-top li li {
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-top li li,
#menu-top li li:hover,
#menu-top li li.lemHover,
#menu-top li.lemHover li {
	width:100%;	
	display:inline;
	list-style-type:none;
}
#menu-top li li:last-child, 
#menu-top li li.lemLastChild {
	background:none;
	
}
#menu-top li ul {
	position:absolute;
	width:auto;
	height:auto;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
}

#menu-top li ul,
#menu-top li ul ul,
#menu-top li:last-child ul ul,
#menu-top li li:last-child ul,
#menu-top li.lemLastChild ul ul,
#menu-top li li.lemLastChild ul { /* last node of every li is taking this css*/
	width:120px; 	
	border: 1px solid #b3b3b3;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu-top li:last-child ul,
#menu-top li.lemLastChild ul {
	width:120px; 	
	border: 1px solid #b3b3b3;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#menu-top li ul ul {/* two level*/
	display:block;
	width:100%; 
	margin:0px;
	margin-left:117px;
	margin-top:-32px;
	padding:0px;
	text-decoration:none;
	color:#000;
	z-index:10;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #b3b3b3;
}

#menu-top li ul, 
#menu-top li:hover ul ul, 
#menu-top li:hover ul ul ul, 
#menu-top li.lemHover ul ul, 
#menu-top li.lemHover ul ul ul {
	left:-999em;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu-top li:hover ul, 
#menu-top li li:hover ul, 
#menu-top li li li:hover ul, 
#menu-top li.lemHover ul, 
#menu-top li li.lemHover ul, 
#menu-top li li li.lemHover ul {
	left:auto;
}
#menu-top a {
	display:block;
	color:#686868;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana;
	font-size:11px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height:30px;
	border-right:1px solid #b3b3b3;
}

#menu-top a span {
	padding:0 0px;
}

#menu-top a:hover, 
#menu-top li:hover a, 
#menu-top li.lemHover a, 
#menu-top li.selected a {
	display:block;
	color:#686868;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana;
	font-size:11px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height:30px;
	border-right:1px solid #b3b3b3;
}

#menu-top li li a, 
#menu-top li:hover li a, 
#menu-top li.lemHover li a {
	width:100%;
	font-size:11px;
	color:#686868;
	height:30px;
	background-color:#efefef;
	font-weight:normal;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	text-align:center;
}

#menu-top li li a span {
	padding:0 0px;
}

#menu-top li li a:hover {
	color:#FFFFFF;
	width:100%;
	font-weight:normal;
	margin:0;
	background:#c3046b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

#menu-top li li a:hover span {
	/*background:url(../images/ico_arrow.gif) 100% 50% no-repeat;*/	
}

