body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	padding: 0;
	font-size: 12px;
	margin: 0 0 0 0
}

H3 {
	font-size: 13px;
	margin-top: 15;
	margin-left: 15;
	color: #555
}

H4 {
	font-size: 13px;
	margin-top: 15;
	margin-left: 10;
	color: #901;
}

#content {
	clear: left;
	font-size: 12px;
	margin-left: 10;
}

#content a {
	color: #901;
}

#content a:hover {
	text-decoration: none;
}

#bbg {
	background-image: url(img/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}

#list {
	color: #901;
	font-size: 12px;
	font-weight: bold
}

#list a {
	color: #666;
	text-decoration: none;
	font-weight: normal
}

#list a:hover {
	color: #000;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 2;
	background: white;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	border: solid #ccc;
	border-width: 2px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 120;
	color: #555;
	text-decoration: none;
}

#nav a.daddy {
	padding-left: 7;
	background: url(img/rightarrow2.gif) center right no-repeat;
	cursor: default
}

#nav a.mmen {
	text-align: center;
	margin-left: 15
}

#nav li {
	float: left;
	width: 150;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160;
	font-weight: normal;
	border-width: 2;
	margin: 0 0 0 10;
}

#nav li li {
	padding-right: 10;
	width: 150
}

#nav li ul a {
	width: 150;
	line-height: 1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	padding-left: 7;
	padding-bottom: 3;
	padding-top: 3
}

#nav li ul ul {
	margin: -17 0 0 155;
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background: #eee;
}
