

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#navigation {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 11px;
	width: 765px;
	float:right;
	} 
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	}
	
#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	letter-spacing: 1px;
	}
	
#navigation ul li a:hover {
	color: #ff78f4;
	background-image: url("../images/arrow-down.gif");
 	background-position: bottom;
 	background-repeat: no-repeat;
	}	
	
 #navigation ul li a.current {
 	color: white;
 	background-image: url("../images/arrow-down.gif");
 	background-position: bottom;
 	background-repeat: no-repeat;
	}
	
#navigation ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 95px 15px 25px 15px;
	}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */


#navigation2 {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 375px;
	float: right;
	} 
	
#navigation2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	}
	
#navigation2 ul li {
	display: block;
	float: left;
	margin: 0;
	letter-spacing: 1px;
	height: 25px;

	}
	
#navigation2 ul li a:hover {
	color: #white;
 	background-image: url("../images/arrow-down.gif"); 
 	background-position: center 30px;
 	background-repeat: no-repeat;
 		height: 25px;

	}	
	
 #navigation2 ul li a.current {
 	color: white;
 	background-image: url("../images/arrow-down.gif"); 
 	background-position: center 30px;
 	background-repeat: no-repeat;
	height: 25px;

	}
	
#navigation2 ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 25px 15px 5px 0px;
	height: 25px;

	}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


#subnavigation {

	width: 120px; 
	padding-top: 20px;
	padding-right: 30px; 
	float: left;
	line-height: 20px;
	min-height: 650px;
	background-image: url("../images/subnavigation-bg.gif");
	background-repeat: no-repeat;
	}
	




