

/*----------------------------------------------------------------------------*/
/* The drop down menu in the navigation bar*/
/*----------------------------------------------------------------------------*/	

li ul{
	display:none;
	position:absolute;
	top:0;
	left:149px;
	width:100%;
	padding:0;
	margin:0;
}
li ul li{
	height:30px;
	padding:0;
	margin:0;
}

li:hover ul, li.over ul{
	display:block;
	position:absolute;
	top:40px;
	left:0;
}


.nav32{			/* This class is for the main tab where the menu drops from to be the same while we navigate through the tabs of the menu */
	background: url('../images/Untitled-2_03.png');
}

/* The following are for the backgrounds of the tabs of the drop down menu */
.snav1{
	background:url('../images/snav1.png');
}
.snav2{
	background:url('../images/snav2.png');
}
.snav3{
	background:url('../images/snav3.png');
}
.snav4{
	background:url('../images/snav4.png');
}
.snav5{
	background:url('../images/snav5.png') no-repeat;
	height:30px;
}
.snav6{
	background:url('../images/snav6.png') no-repeat;
	height:30px;
}
.snav7{
	background:url('../images/snav7.png') no-repeat;
	height:30px;
}


/* The following are for the SWAPPED backgrounds of the tabs of the drop down menu */
.snav12{
	background:url('../images/snav12.png');
}
.snav22{
	background:url('../images/snav22.png');
}
.snav32{
	background:url('../images/snav32.png') no-repeat;
	height:30px;
}
.snav42{
	background:url('../images/snav42.png');
}
.snav52{
	background:url('../images/snav52.png') no-repeat;
}
.snav62{
	background:url('../images/snav62.png');
}
.snav72{
	background:url('../images/snav72.png') no-repeat;
	height:30px;
}