/* CSS Document */
#title {
	font-family: "Verdana", Geneva, Arial, helvetica, sans-serif; 
	/*
	font-size:x-small;
	*/
	background-color:#9F0D18; 
	color:#FFFFFF; 
	text-decoration:none;
	display: block;
	margin: 0;
	/*
	line-height: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FB9CA;
	border-bottom-color: #678fa9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9FB9CA;
	border-left-color: #9FB9CA;
	*/
	font-weight: bold;
}
#title a:link {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background-color: #9F0D18;
	text-decoration: none;
}
#title a:visited {
	color: #fff;
	text-decoration: none;
}
#menu_wrap {
	float: left;
	padding: 0px;
	width: 198px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
}
#menu {
	float: left;
	background: #9F0D18;
	width:198px;
	margin-top: 0px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 10px;
	position: relative;
}

#menu h2 {
	color: #fff;
	background-color: #006699;
}

#menu a {
	color: #FFFFFF;
	background: #9F0D18;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background: #660000;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
	behavior: url(csshover.htc);
	font-size: 100%;
} 
#menu ul li {
	float: left; width: 100%;
}
#menu ul li a {
height: 1%;
} 

#menu a, #menu h2 {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
} 
</style>
<![endif]
.noborderpadding {
	margin: 0px;
	padding: 0px;
}
