#nav {
position: realtive;
	float: left;
	height: 45px;
	width: 740px;
}
#nav li {
	position: relative;
	float: left;
	padding: 0 18px 0 0;
	line-height: 45px;
	
}
/* main level link */
#nav a {
	position: relative;
	float: left;
	diplay: block;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0, .2);
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: orange;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	color: #fff;
}
#nav ul a:hover {
	color: #fff !important;
}

/* level 2 list */
#nav ul {
	z-index: 10;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
}
	
/* dropdown */
#nav li:hover > ul {
	display: block;
	width: 181px;
	background: url('img/dropBc.png') repeat-y 5px top;
}

#nav ul li {
float: none;
margin: 0;
padding: 0;
}
#nav ul li a#first{
background: url('img/dropTop.png') no-repeat center top ;
/*height: 20px;*/
}
#nav ul li a#last {
background: url('img/dropBot.png') no-repeat 5px bottom;
height: 20px;
}

#nav ul a {
font-weight: normal;
diplay: block;
width: 161px;
line-height: 15px;
padding: 0 0 5px 15px;
text-transform: none;
font-size: 13px;
}
#nav ul a:hover {
text-shadow: 1px 1px 1px rgba(255,255,255, .3);}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	
}
#nav ul li:last-child > a {
	
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* ----- more fancy  ------ */
ul#nav li a:hover
	{color: orange;
	}
	
ul#nav li a#term155:hover{
	background: url('img/hover1.png') no-repeat center 95%;
	}
ul#nav li a#term155{
    
    width: 125px;
    }
ul#nav li a#term173:hover{
	background: url('img/hover2.png') no-repeat center 95%;
	}
ul#nav li a#term154:hover{
	background: url('img/hover5.png') no-repeat center 95%;
	}	
ul#nav li a#term159:hover{
	background: url('img/hover3.png') no-repeat center 95%;
	}
ul#nav li a#gall:hover{
	background: url('img/hover4.png') no-repeat center 95%;
	}
