#menu
{
	height: 37px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 966px;
	z-index: 999;
}
#menu UL
{
	list-style: none;
	width: 8em;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#menu H2 a
{
	color: #000;
	text-align: center;
	padding-top: 0px;
}
#menu A, #menu H2
{
	
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#menu H2
{
	font: .7em arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 16px;
}
#menu A
{
	text-decoration: none;
}
#menu A:hover
{
	color: #ce0000;
	text-decoration: none;
}
#menu H3 
{
	font-size: .7em;
	font-weight: bold;
	margin:0px;
	padding: 0px;
	text-indent: 5px;
	background-color: #272728;
}
#sub_nav {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #272728;
	border-left-color: #272728;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #272728;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	margin: 0px;
	padding: 0px;
	background-color: #272728;
	position: relative;
}
#sub_nav_bottom {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #272728;
	border-left-color: #272728;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #272728;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272728;
	text-align: right;
	margin: 0px;
	padding: 0px;
	/*font-size: .8em;*/
}


#menu  H3 A:hover
{
	color: #ce0000;
	background-color: #3b3b3b;
}
#menu  H3 a
{
	color: #ffffff;
	background-color: #272728;
}
#menu UL UL
{
	position: absolute;
	z-index: 999;
}
#menu UL UL UL
{
	position: absolute;
	top: 0;
	left: 100%;
}
DIV#menu UL UL, DIV#menu UL LI:hover UL UL, DIV#menu UL UL LI:hover UL UL
{
	display: none;
}
DIV#menu UL LI:hover UL, DIV#menu UL UL LI:hover UL, DIV#menu UL UL UL LI:hover UL
{
	display: block;
}
