/* CSS Document */

/* StaggerSD.com */



/* Start Nav */

#nav_lft {
	float: left;
	background: url(../images/bg_nav_lft.gif);
	width: 38px;
	height: 30px;
}

#nav_rt {
	float: right;
	background: url(../images/bg_nav_rt.gif);
	width: 38px;
	height: 30px;
}

#nav_holder {
	clear: both;
	text-align: center;
	background: url(../images/bg_nav.gif) top center repeat-x #222222;
	padding: 0px;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: none;
	z-index: 15;
}

#nav {
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 125px;
	list-style: none;
	font: .85em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 30px;
	line-height: 30px;
}

#nav li a {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 25px;
	border-left: 1px solid #666666;
}

#nav li a.contact { border-right: 1px solid #666666; }

#nav li a:hover {
	color: #cccccc;
	background: url(../images/bg_nav_hover.gif) top left repeat;
}

/* second level menu lists if needed */

#nav li ul {
	background: url(../images/bg_nav_dd.png) top center repeat-x;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	list-style: none;
}

/* end 'if needed' lists */

/* define second level menu width - especially for ie7 */



#nav li.about ul, #nav li.about ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}

#nav li.information ul, #nav li.information ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}

#nav li.friends ul, #nav li.friends ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}

/* second and 3rd level lists */

#nav li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#nav li ul li a {
	display: block;
	padding: 2px 0px 2px 8px;
	margin: 5px 2px 5px 0px;
	height: 18px;
	line-height: 18px;
	border: none;
	text-transform: none;
}

#nav li ul li a:hover {
	background: #2d2d2d;
	color: #cccccc;
	border-left: 1px ridge #f2f2f2;
	border-right: 1px ridge #f2f2f2;
	position: relative;
}

#nav li:hover ul, #nav li.over ul { display: block; }

/*  end second & 3rd level lists */

/***********/

/* END NAV */

/***********/



/*****BEGIN SUBNAV ****/



/* Start SubNav */

#sub_nav_holder {
	width: 883px;
	clear: both;
	text-align: center;
	background: transparent;
	height: 25px;
	z-index: 10;
	padding-top: 20px;
}

#sub_menu {
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub_menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	font: .75em Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#sub_menu li a {
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	text-transform: lowercase;
}

#sub_menu li a:hover {
	color: #cccccc;
	text-decoration: underline;
}
/* *** end subnav *** */

