@charset "UTF-8";

/* 

SALICE WEBSITE AW 2011-2012

TOP NAV BAR STLES

AUTHER: ROBERT CURRAN

CREATED: 24TH AUGUST 2011

LAST UPDATED: 24TH AUGUST 2011

 */
 
#top-nav-bar ul li{
	display: block;
	list-style: none;
	width: 100px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: url(../site/top-buttons.png) top  left no-repeat;
	position: relative;	
	z-index: 10;

}
#top-nav-bar ul li a{
	display: block;
	text-decoration: none;
	color: #666;
}
#top-nav-bar ul li a:hover{
	color: black;
}
#top-nav-bar ul li:hover{
	background-position: bottom left;
}

#top-nav-bar ul li.level-1 ul{
	display: none;
}

#top-nav-bar ul li.level-1:hover ul{
	display: block;
	position: absolute;
	top: 40px;
	z-index: 10;
}
#top-nav-bar ul li ul li{
	font-size: 0.8em;
}
