/* CSS Document */

#site_wrapper
{
  width: 800px;
  padding: 0px;
  margin: 0px;
  background-color: #f2ede6;/*#e7dfce;*/
}
/* Box model hack
* html #site_wrapper {
  width: 800px;
  w\idth: 800px;
  padding: 0px;
  margin: 0px;
}
End box model hack \*/
div.nav
{
	text-align: left;
	background-color: #b92a2e;
   padding: 0px;
   margin: 0px;
}
.nav
{
	/*position: relative;*/
}
ul.nav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.parent
{
	/*
	background-color: #b92a2e;
	background-image: url(/img/red_fade.gif);
	*/
	background-repeat:repeat-x;
	position: relative;
}
.floatfix
{
	margin-right: -3px;
}
.dropdown
{
	background: url(/img/pixel.gif);
	left: -3000px;
	position: absolute;
	text-align: left;
	top: auto;
	width: 250px;
}
.dropdown div
{
	background: url(/img/pixel.gif);
	left: -3000px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 220px;
}
.dropdown ul
{
	border-bottom: #888 0px solid;
	border-left: #888 0px solid;
	border-right: #888 0px solid;
	border-top: #888 0px solid;
	margin: 0px 30px 30px;
	width: 240px;
}
.dropdown div ul
{
	margin: 30px 30px 30px 0px;
}
.nav li
{
	text-align: left;
}
.nav li ul li
{
	text-align: left;
}
.dropdown li
{
	position: relative;
	vertical-align: bottom;
}
.parent:hover
{
	background-color: #cebea4;
	background-image: url(/img/tan_fade.gif);
	background-repeat:repeat-x;
}
.parent:hover div.dropdown
{
	left: -30px;
}
.parent:hover .seven div.dropdown
{
	left: -30px;
}
.dropdown li:hover div
{
	left: 165px;
	top: -30px;
}
.seven li:hover div
{
	left: -210px;
	top: -26px;
}
.nav div.mini-zone
{
	background: url(/images/bgfix.gif);
	bottom: -15px;
	font-size: 1px;
	height: 15px;
	left: -3000px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	top: auto;
	width: 15px;
}
.nav .dropdown li:hover div.mini-zone
{
	left: auto;
	right: 8px;
	top: auto;
}
.nav .seven li:hover div.mini-zone
{
	left: 8px;
}
.dropdown li:hover
{
	background: #cebea4;
}
.dropdown div li:hover
{
	background: #cebea4;
}
.one ul
{
	background: #e7dfce;
}
.two ul
{
	background: #e7dfce;
}
.three ul
{
	background: #e7dfce;
}
.four ul
{
	background: #e7dfce;
}
.five ul
{
	background: #e7dfce;
}
.six ul
{
	background: #e7dfce;
}
.seven ul
{
	background: #e7dfce;
}
.dropdown div ul
{
	background: #e7dfce;
}
.dropdown div ul a, .dropdown div ul a:visited
{
	color: #4c4c4c;
}
.one
{
	z-index: 10;
}
.two
{
	z-index: 20;
}
.three
{
	z-index: 30;
}
.four
{
	z-index: 30;
}
.five
{
	z-index: 30;
}
.six
{
	z-index: 30;
}
.seven
{
	z-index: 40;
}
.seven:hover
{
	z-index: 20;
}
* html .button .dropdown li, * html .button1 .dropdown li, * html .button .dropdown2 li, * html .button3 .dropdown li, * html .button4 .dropdown li, * html .button5 .dropdown li, * html .button6 .dropdown li, * html .button7 .dropdown li
{
	height: 1%;
	margin-left: 0px;
}
* html .nav a
{
	height: 1%;
}
.brclear
{
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0;
	margin: 0px;
}