body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h3 { font-size: 14px }
h4 { font-size: 12px }
.inner { background-color: #fc0; }
.defaultstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000
}
.box {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.breadcrumbs,
.breadcrumbs a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
}
.sidenav {
	margin-top: 30px;
	width: 129px;
	margin-right: 10px;
}
.topline { 
	border-top: 1px solid #fff;
}
.sidenav a {
	display: block;
	width: 123px;
	line-height: 20px;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #fff;
}
.sidenav a,
.sidenav a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.sidenav a:visited {}
.sidenav a:hover { 
	color: #fc0; 
	background-color: #000;
}
.gobutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
}
* html .gobutton {cursor:hand;} /* alternate cursor style for ie */
.footernav {
	padding-top: 50px;
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
}

/* ================================================================ 
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/flyout2.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;
	margin: 70px 0 0 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:130px;
	border-bottom: 1px solid #fff;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#fc0;
	height:22px;
	border-top: 1px solid #fff;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}
/* style the links */
.menu a, .menu a:visited {
	display:block; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	height:22px;
	line-height:22px;
	width:130px;
	text-indent:5px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#fc0; width:130px; w\idth:129px;}
/* style the link hover */
* html .menu a:hover {color:#fc0; background:#000;}

.menu :hover > a {
	color:#fc0; 
	background:#000;
}

/* 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:0;
	left:130px;
	margin-top: -1px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* 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;
}
.menu a.current, .menu a:link.current, .menu a:visited.current { 
	color: #fc0; 
	background-color: #666;
}
