div#menu {width: 800px; height:28px;  position:relative; z-index:100; display:inline; float:left; background:url(../images/home/nav-bg.jpg) top left no-repeat}

#menu ul {

	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index:75;

}

#menu a {
	display: block;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


#menu a:hover {
	color: #FFF;
	display:block;
	background:url(../images/home/nav-over.jpg) top center no-repeat

}




#menu li {
	float: left;
}
#menu li a{
line-height: 28px;
text-transform:uppercase;
margin: 0 18px
}
#menu li:hover {
position: relative; 
z-index: 50
}

#menu li ul {
	position: absolute;
	left: -999em;
	width: 159px;

	

}
#menu ul ul li { position: relative; z-index: 2;  }



#menu li ul a {
	background: transparent url(/images/sub-nav-bg.jpg) repeat-y top left !important; 
	text-align: left;
	width: 159px;
	padding: 4px 6px 4px 6px;
	text-indent: 0px;
	line-height: 16px;
	color: #FFF;
	border-right: none;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-transform:none;
	margin:0
}

#menu li ul a:hover {
	color: #000;
	text-decoration: underline;
}



#menu li ul ul {
	width: 208px;
	margin-left: 163px;
	margin-top: -25px;

}


#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
display: block;
	left: auto;
}
#menu li.menu-about:hover ul { right: 10px; }

.no-border { border: #FFF solid 0px !important;}

#menu ul ul img { margin-top: -10px; position: relative; z-index: 1; }

/* Image Menu 

.menu-home{display:block; height:28px; width: 59px; background:url(../images/menu/up_home.gif) top center no-repeat;}
.menu-resume{display:block; height:28px; width: 126px; background:url(../images/menu/up_post.jpg) top center no-repeat;}
.menu-advice{display:block; height:28px; width: 139px; background:url(../images/menu/up_advice.gif) top center no-repeat;}
.menu-mapping{display:block; height:28px; width: 153px; background:url(../images/menu/up_mapping.jpg) top center no-repeat;}
.menu-edu{display:block; height:28px; width: 103px; background:url(../images/menu/up_education.jpg) top center no-repeat;}
.menu-certi{display:block; height:28px; width:128px; background:url(../images/menu/up_certification.jpg) top center no-repeat;}
.menu-about{display:block; height:28px; width: 92px; background:url(../images/menu/up_about.jpg) top center no-repeat;}


/* Image Menu:Hover 

.menu-home:hover{background:url(../images/menu/over_home.gif) top center no-repeat;}
.menu-resume:hover{background:url(../images/menu/over_post.jpg) top center no-repeat;}
.menu-advice:hover{background:url(../images/menu/over_advice.gif) top center no-repeat;}
.menu-mapping:hover{background:url(../images/menu/over_mapping.jpg) top center no-repeat;}
.menu-edu:hover{background:url(../images/menu/over_education.jpg) top center no-repeat;}
.menu-certi:hover{background:url(../images/menu/over_certification.jpg) top center no-repeat;}
.menu-about:hover{background:url(../images/menu/over_about.jpg) top center no-repeat;}*/