/* CSS Document */
html, body {
	margin: 0;
	padding: 0 20px 0;
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc); /*WinIE behavior call*/
}
#masthead {
	padding: 0;
	margin: 25px 0 0 0;
	text-decoration: none;
	/* line-height: 0; */
}
#masthead img
{
	padding: 0;
	margin: 0 0 -4px 0;
}
div#nav {
	float: left;
	/* margin: 0 226px 0 0; */
	margin: 0;
	width: 568px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	border-width: 0 0;
}
div#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 16px;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	background: #FFF url(../images/tabs-big.gif) 0 100% no-repeat; 
}
div#nav a {
	display: block;
	padding: 0.25em 16px 0.25em 0.75em;
	text-decoration: none;
	font-weight: bold;
	background: #FFF url(../images/tabs-big.gif) 100% 100% no-repeat;
	color: #FFFF99;
	width: .1em;
}
html>body #nav a {width: auto; } /* fixes the IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Max \*/
div#nav a { float: none; } /* End IE5-Max hack */
div#nav a:hover {
	color: rgb(62%, 35%, 22%);
}
div#nav ul ul.level2 {
	position: absolute;
	z-index: 101;
	margin: 0 0 0 -1.5em;
	padding: 0;
	width: 14em; 
	background: #FFF url(../images/tabs-big.gif) 100% 100% no-repeat; 
	background: url(../images/tabs-big.gif) 100% 100% no-repeat;
	border-left: 1px solid black;
	display:none;
}
div#nav ul li.submenu:hover ul.level2 {
	display: block;
}
div#nav ul ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF99;
	width: .1em;
	background: 0;
}
div#nav ul ul li {
	float: none;
	padding: 0 0 0 .5em;
	background: 0;
}
html>body div#nav ul ul a { width: auto; }
#nav #current, #nav #current>a {
	color: #000;
	background-image: url(../images/tabs-big-ct.gif);
}
#copyright {
	font-size: 75%;
	font-weight: normal;
	color: #999999;
}
div#content a {
	text-decoration: none;
}
div#content a:link {
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;
}	
div#content a:visited {
	color: #669900;
	border-bottom: 1px dotted #669900;
}
div#content a:hover, div#content li a:active {
	color: #6666FF;
	border-bottom: 1px dotted #6666FF;
}	
.reg {
	font-size: smaller;
	vertical-align: .25em;
}
