/* CSS Document */
/* mainNav elements */

/* nav placement and background */
#nav {
	z-index:500;
	position:relative;
	top:0px;
	left:0px;
	background-color:rgb(132,132,132);
	background-image:url(../imgs/navBG.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border:solid 1px rgb(255,255,255);
	width:900px;
	height:24px;
	margin:0 auto 0 auto;
}

/* all list items */
#nav ul {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:900px;
	height:24px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

#nav ul li{ 
	z-index:501;
	float: left !important;
	position: relative;
	top:0px;
	left:0px;
	width:225px;
	background-image:none !important;
	background-color:transparent !important;
}

/* left and right edges and links options */
#nav ul li.mainDDLeftStub{
	/* unremark to allow for rounded edges
	background-image:url(../imgs/mainDDLeftStub.gif) !important;
	background-position:left;
	background-repeat:no-repeat;
	*/
	height:24px;
	text-align:center;
	}
#nav ul li.mainDDRightStub{
	/* unremark to allow for rounded edges
	background-image:url(../imgs/mainDDRightStub.gif) !important;
	background-position:right;
	background-repeat:no-repeat;
	*/
	height:24px;
	text-align:center;
	}

/* all other main link options */
#nav ul li.mainDD{
	height:24px;
	text-align:center;
	background-image:none !important;
	float:left;
	}

/* left - right and main link options */	
#nav ul li.mainDD a,
#nav ul li.mainDDLeftStub a,
#nav ul li.mainDDRightStub a{
	display:block;
	color:rgb(102,102,102);
	text-decoration:none;
	position:relative;
	top:0px;
	height:19px;
	padding:6px 0 0 0;
	}
#nav ul li.mainDDRightStub a{
	border:none !important;
	}

/*set rollover for left - right and main links */
#nav ul li.mainDD a:hover,
#nav ul li.mainDDLeftStub a:hover,
#nav ul li.mainDDRightStub a:hover,
#nav ul li.mainDD:hover a,
#nav ul li.mainDDLeftStub:hover a,
#nav ul li.mainDDRightStub:hover a{
	background-image:url(../imgs/navHoverBG.gif);
	background-repeat:repeat-x;
	}
	
/* hide the second-level lists */
#nav ul li ul { 
	z-index:502;
	display: none;
	position: absolute;
	top:24px;
	left: 0;
	width:150px !important;
}

/* set left / right dropdowns to be under links */
/* makes right dropdown stay on screen in design area */
/* these are only used if the width of the dropdown is not 
divisable by the width of the full nav*/
/*
#nav ul li.mainDDRightStub ul{
	left:-41px !important;
	}
#nav ul li.mainDDLeftStub ul{
	left:5px !important;
	}
*/

/* lists nested under hovered list items */
/* show the second-level lists */
#nav ul li:hover ul, 
#nav ul li.over ul{ 
	z-index:2000;
	display: block !important;
	float:left !important;
}

#nav ul li:hover ul li, 
#nav ul li.over ul li{
	background-color:rgb(132,132,132) !important;
	background-image:url(../imgs/subDDBG.gif) !important;
	background-repeat:repeat-y;
}

#nav ul li:hover ul li, 
#nav ul li.over ul li{
	z-index:2001;
	float:left !important;
}

/* set options for links in second-level lists */
#nav ul li:hover ul li a, 
#nav ul li.over ul li a{
	display:block;
	text-align:left !important;
	text-indent: 8px;
	position:relative;
	left:0px;
	top:0px;
	background-color:rgb(194,206,206);
	background-image:none !important;
	border-right:none !important;
}

/* for dropdown list items */
#nav ul li:hover ul li a:hover, 
#nav ul li.over ul li a:hover {
	background-color:rgb(255,255,255);
}

/* set list items seperation bar color */	
#nav .subLinks{
	/*border-bottom:solid 1px rgb(230,230,230);*/
	}
#nav .subLinksLast{
	border:none !important;
	}

/* use this if you want a rounded edge on the last item in ddMenu*/
#nav ul li ul li.subDDStub{
	background-image:url(../imgs/subDDStub.gif) !important;
	background-color:transparent !important;
	background-repeat:no-repeat;
	background-position:top left;
	height:7px;
	}