/* -- Edit the styles below to change the color of the dropdown menu -- */

/*#headermenu {
	border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
 text-align: left;
	height: 20px;
	width: 919px;
	
	background: #711417 url(menu-right-bg.jpg) no-repeat right top;
	color:#F24349;
	font-size:13px;
}*/
.dropdown a:link {
	color: #F24349;
	/*background-color: #711417;*/
	/*border: 1px #707070;border-right: 1px #707070 solid;*/
}
.dropdown a:visited {
	color: #F24349;
	/*background-color: #711417;*//*border: 1px #707070;*//*border-right: 1px #707070 solid;*/

}
.dropdown a:hover {
	color: #F24349;
	/*border: 1px #707070;border-right: 1px #707070 solid;*/
/*background-color: #711417;*/}
.dropdown a:visited:hover {
	color: #F24349;
	/*background-color: #707070;
	border: 1px #707070;
	border-right: 1px #707070 solid;*/
}
.dropdown a:active {
	color: #F24349;
	/*background-color: #a5a5a5;
	border: 1px #707070;
	border-right: 1px #707070 solid;*/
}
#headermenu li ul {
	/*border: solid 1px #707070;*/
	
border-top: none;
}
#headermenu li {
	padding:0 15px;
}

#headermenu li li {
	border-top: solid 1px #707070;
}
#headermenu li li a {
	background: #F24349;
	color: black;
}
#headermenu li a:hover, #headermenu a.active {
	color: #F24349;
	border-bottom: 5px solid #fff;
}


#headermenu ul li ul{ border-bottom:1px solid #c70000; margin-top:30px;}
#headermenu ul li ul li{ padding:0; margin:0; background:#fff; height:auto; width:150px;  border:1px solid #c70000; border-bottom:0}
#headermenu ul li ul li a:hover, #headermenu ul li ul li a  {background:#fff; height:auto; border:0; width:auto;}

/* -- End styles for the dropdown menu -- */

#headermenu {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding:5px 0 15px 60px;
	height:20px;
	width:919px;
	background: #711417 url(menu-right-bg.jpg) no-repeat right top;
}

#headermenu a {
	text-decoration: none;
	display: block;
	padding:3px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	height:15px;
}
#headermenu ul {
	list-style-type: none;
	padding:0;
	margin: 0;
	display: inline;
}
#headermenu li {
	padding: 5px 11px 0 11px ;
	margin: 0px;
	float: left;
	display:block;
	height:30px;
	list-style-type: none;
	background:url(line.gif) no-repeat right bottom;
}
#headermenu li.last{background:none;}
#headermenu li a {
	display: block;
	float: left;
}
#headermenu ul li a, #headermenu ul li a:hover, #headermenu ul li:hover, #headermenu ul li.over {
	z-index: 100;
}
#headermenu ul li:hover ul, #headermenu ul li.over ul {
	display: block;
}
#headermenu li ul {
	border-top: 0px;
	display: none;
	z-index: 150;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	margin-left: 0px;
	margin-top: 20px;
	clear: both;
}
#headermenu li:hover ul, #headermenu li.over ul {
	display: block;
}
#headermenu li li {
	clear: left;
	display: block;
}
#headermenu li li a {
	padding: 3px 4px;
	margin: 0;
	border:0;
	display: block;
	width: 100px;
}

