#nav {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 90;
	line-height: 30px;
}
#nav li {
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

#nav li a {
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
}

#nav li.merit {
	width: 201px;
}
#nav li.merit a {
	background-image: url(../images/navi_merit.gif);
}

#nav li.merit a:hover,
.MERIT #nav li.merit a {
	background-image: url(../images/navi_merit_on.gif);
}

#nav li.menu {
	width: 159px;
}
#nav li.menu a {
	background-image: url(../images/navi_menu.gif);
}

#nav li.menu a:hover,
.MENU #nav li.menu a {
	background-image: url(../images/navi_menu_on.gif);
}

#nav li.sc {
	width: 84px;
}
#nav li.sc a {
	background-image: url(../images/navi_sc.gif);
}

#nav li.sc a:hover, .SC #nav li.sc a {
	background-image: url(../images/navi_sc_on.gif);
}





#nav li.works {
	width: 81px;
}
#nav li.works a {
	background-image: url(../images/navi_works.gif);
}

#nav li.works a:hover,
.WORKS #nav li.works a {
	background-image: url(../images/navi_works_on.gif);
}

#nav li.contact {
	width: 94px;
}
#nav li.contact a {
	background-image: url(../images/navi_contact.gif);
}

#nav li.contact a:hover,
.CONTACT #nav li.contact a {
	background-image: url(../images/navi_contact_on.gif);
}

#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;
}
/* * html #nav ul {
	line-height: 0;
} IE6 "fix" */

#nav ul a {
	z-index: 1100;
} /* IE6/7 fix */

#nav ul li {
	float: none;
	height: 31px;
	line-height: 31px;
}

/* Essentials - configure this */

#nav ul {
	width: 210px;
	text-align: left;
}

/* Everything else is theming */
 
#nav {
	/*background-color: #30A8C3;*/
	/*height: 24px;*/
}
/*#nav *:hover {
	background-color: none;
}

#nav a {
	border-right: 1px solid white;
	color: white;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
}
*/
#nav li.hover a {
	background-color: #000;
}

#nav ul {
	top: 30px;
	left: 0px;
}
#nav ul li a {
	background-color: #000;
	background-image: none!important;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-indent: 0!important;
	color: #fff;
	font-weight: bold;
}
#nav ul a.hover {
	background-color: #222;
}
#nav ul a {
	border: 1px solid #999;
	border-top: none;
	opacity: 0.92;
	filter: alpha(opacity=92);
	padding: 5px; 
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

