#menu {
	width:780px;
 	height : 30px;
 }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 14px Arial Black, Helvetica, Geneva, Verdana; 
	z-index : 800;
}

#nav a {
	display: block;
	width : 130px;
	text-decoration : none; 
}

#nav li {
	float: left;
	text-align:left;
	margin:0;
	padding : 0;
}

#nav li.top_level, li.top_level_1, li.top_level_2, li.top_level_6 { 
	background: transparent url(/img/tab.gif) no-repeat; 
	height : 30px; 
	text-align:center; 
	margin : 0;
}
li.top_level_2 a, li.top_level a, li.top_level_1 a, li.top_level_6 a {
color: #313131;
line-height: 100%;
text-align:center
}

#nav li.top_level_1 { 
	background: transparent url(/img/tab1.gif) no-repeat; 
}
li.top_level_6 a { 	
	padding:0
}
#nav li.top_level, li.top_level_1 a { 	
	padding-top:1px;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	background : #454545;
}

#nav li ul li { width : 130px; background: #313131; padding: 3px 0 }

#nav li ul li a { font-family: Arial, Verdana, sans-serif; color: #fff; line-height : 15px; padding : 0 4px 0 12px; background: #313131 url(http://contempo.kippygo.com/images/arrow.gif) no-repeat 4px 4px; width : 114px; text-align:left; }

#nav li ul li a:hover { background: #FFF url(http://contempo.kippygo.com/images/arrowr.gif) no-repeat 4px 4px; color:#919191; display:block; }

#nav li.last { border-bottom:2px solid #F58235; }

#nav li:hover ul, #nav li.sfhover ul {
	background : #454545;
	left: auto;
	background: transparent url(img/tabBottom.gif) no-repeat bottom left;
	padding-bottom : 20px;
}

<!--[if IE]>#nav li ul li a { width:130px; background: #313131;}<![endif]-->

