/* CSS Document */
.navBack {
	background-image: url(../images/px_e62c9c.gif);
	background-repeat: repeat-x;
	background: #D0248C; 
	height: 2.5em;
	width: auto;
}

ul#nav, ul#nav ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#nav  li {
	position: relative;
	float: left;
}

ul#nav  li#navone {
	width:80px;
}

ul#nav  li#navtwo {
	width:170px;
}

ul#nav  li#navthree {
	width:120px;
}

ul#nav  li#navfour {
	width:120px;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
}

/* Styles for Menu Items */
ul#nav  li a {
	display: block;
	text-decoration: none;
	height: auto;
	color: #FFFFFF;
	background: #D0248C; /* IE6 Bug */
	padding: 5px;
	margin-top: 1px solid #000000;
	border-right: 1px solid #A30D66;
	border-bottom: 1px solid #A30D66;
	border: 1px solid #B0036E;
	background-image: url(../images/px_e62c9c.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
	
ul#nav  li ul li {
	width:170px;
}

ul#nav  li ul li a {
	padding: 5px;
}

/* commented backslash mac hiding hack \*/ 
* html ul#nav  li a {height:1%;	position:relative;}
/* end hack */ 

/* this sets all hovered lists to red */
#nav li:hover a,#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #E62C9C;
   background-color: #A30D66;}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
   color: #FFFFFF;
   background-color: #D0248C;
}
#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul {margin-left:0; } /* show menu*/



