@charset "utf-8";
/* CSS Document */

body {
	font: 78%/1.5 Verdana;
	font-size:10px;
	padding: 0;
	margin: 0;
}

#shoulder{
	background: url(/nav_bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
	width: 80px;

}
#container {
	background: #5D5D5D;
	text-align: center;
}

/* control text in main bar */
#nav, #nav ul {
	background: url(/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color: white;
	float: left;
	width: 962px;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;	
	font-weight: bold;
	height: 25px;

}

/* control overall bg, dropdown text*/
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: #333;
}

/* main bar length control */
#nav li {
	float: left;
	padding: 0;
	width: 98px;
}

/* controls the content in dropdown */
#nav li ul {
	background-color: #5d5d5d;
	font-weight: normal;
	font-size:11px;
	position: absolute;
	width: 90px;
	left: -999em;
}

/* controls width of drop down box */
#nav li li {
	width: 7em;
}

/* dropdown individual box bg control */
#nav li ul a {
	width: 98px;
	w\idth: 95px;
}

/* control rollover */
#nav :hover {
	color:#FFF;
	background: #CCC;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	clear: both;
	float: left;
   	position: relative;
}

#menutext
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	padding: 3px;
}