/****************************************
 *
 * NAVIGATION BAR.
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

#navigationBar{
	background-image: url(../graphics/navigationBar/navigationBar_back.jpg);
	background-repeat: repeat-x;
	background-color:#4B1A55;
	height: 28px;
	position: absolute;
	width:770px;
	top:110px;
	z-index:100;
}
.navigationBar-currentPage{	
	background-image: url(../graphics/navigationBar/navigationBG_over.jpg);
	color:#fff;
}

#navigationBar-detail{	
	position:absolute;
	right:0px;
}

#navigationBar ul{
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}

#navigationBar li{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#683373;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#3B0345;
	float:left;
	height:28px;
	line-height:28px;
	position: relative;
}

#navigationBar ul li a{	
	display:block;
	text-decoration:none;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	position: relative; 	
	float:left;
}

#navigationBar ul li a:hover{
	background-image: url(../graphics/navigationBar/navigationBG_over.jpg);
}

/* Drop Down Styles ---------------------------------------------------------*/


#navigationBar ul li ul{
	display:none;
	position: absolute;
	top: 28px;
	left:-1px;
	height:1px;
}

#navigationBar ul li ul li{
	clear:both;
	background-color:#390044;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#260932;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#683373;
}

#navigationBar ul li ul li a{
	height:28px;
	color:#fff;
	width:150px;
}

#navigationBar ul li ul li a:hover{
	color:#ffffff;
	background-color:#390044;
	background-image: url(../graphics/navigationBar/navigationBG_dropDownOver.jpg);
}

#navigationBar ul li:hover ul{
	display: block;	
}

#navigationBar ul li.over ul{
	display: block;
}
