@charset "UTF-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}
#holder {
width:980px;
margin: 0 auto;
text-align: left;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	z-index:1000;
	font-size:12px;
	font-weight: bold;
	width: 200px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 25px 0;
	background-color: #cc9933;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
/*height:182px;*/
position:relative;
border:1px solid #fff;
}

.menu li {
background:#000;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}
.thumblinks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* style the links */
.menu a, .menu a:visited {
	font-family:verdana, arial, sans-serif;
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:200px;
	color:#fff;
	text-indent:5px;
	border-bottom:1px solid #fff;
	background:#000;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#fff; 
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
/*height:235px;*/
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
/*height:235px;*/
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
/*height:235px;*/
}
.productmenu {
	z-index:1000;
	font-size:11ssspx;
	margin:0px; /* this page only */
	width: 200px;
	padding-bottom: 10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.productmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
	/*height:182px;*/
position:relative;
	font-size: 10px;/*border:1px solid #fff;*/
	background-color: #fff;
}

.productmenu li {
height:21px;
}
* html .productmenu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.productmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}


/* style the links */
.productmenu a, .productmenu a:visited {
	font-family:verdana, arial, sans-serif;
	display:block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:180px;
	color:#000;
	text-indent:5px;
	border-left: 20px solid #999;
	background:#ddd;
	margin-bottom: 1px;
}
/* style the link hover */
* html .productmenu a:hover {color:#fff; background:#999; border-left: solid 20px #C90;}

.productmenu :hover > a {
color:#fff; 
background:#999;
border-left: solid 20px #C90;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.productmenu ul ul {
visibility:hidden;
position:absolute;
left:195px;
margin-top: -20px;
}
/* make the second level visible when hover on first level list OR link */
.productmenu ul li:hover ul,
.productmenu ul a:hover ul {
visibility:visible;
/*height:235px;*/
}
/* keep the third level hidden when you hover on first level list OR link */
.productmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.productmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.productmenu ul :hover ul :hover ul{ 
visibility:visible;
/*height:235px;*/
}
/* make the fourth level visible when you hover over third level list OR link */
.productmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
/*height:235px;*/
}

img#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
	float: left;
}

div#leftbar {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#leftbar h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
h3#branding {
	font-size: 16px;
	font-weight: bold;
	color: #D9AA42;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #D9AA42;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#content p {
	font-size: 12px;
}
#content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0px;
	font-size: 12px;
}
div#content {
	width: 750px;
	float: right;
	clear: none;
}
img.leftpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	background-color: #D9AA42;
	clear: both;
	font-size: 10px;
	display: block;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#content img.rightpic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h2 {
	font-size: 18px;
}
div#header {
	height: 168px;
}
.productmenu h3 a {
	background-color: #D9AA42;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	font-size: 14px;
}
