/* CSS Document */
#menu {
	width: 695px;
	background: #C60001;
	float: right;
	top: 130px;
	height: 23px;
	position: relative;
	z-index: 10;
}

#menu ul {
list-style: none;
margin: 0;
padding-top:0.5em;
padding-bottom:0.5em;
padding-left: 0;
float: left;
height: 25px;
}

#menu a {
font: 11px Arial, Helvetica, sans-serif;
display:block;
margin: 0;
color:#c60001;
background: #ffc4c4;
text-decoration: none;
text-transform: uppercase;
text-align: center;
width: 10em;
}

#menu a:hover {
cursor:pointer;
}

#menu li {position: relative;}

#menu ul ul {
	position:absolute;
	top: 95%;
	left: 0;
}


#NavHeader {
	color: ffffff;
	background-color: C60001;
	text-align: center;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: ffffff;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul {
	display: block;
	z-index: 50;
}

div#menu ul ul a:hover {
background: #C60001;
color: #fff;
}

body {
behavior: url(csshover.htc);
}
/*
[if lte IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {
	float: left;
	width: 100%;
	display: inline;
}
#menu ul li a {height: 100%;} 

#menu a, #menu h2 {
font: 11px arial, helvetica, sans-serif;
}
</style>
<![endif]
*/