
#header_menu {
	width:960px;
	margin:0px;
	padding:0px;
}
#header_menu li.parent {
float:left;
list-style:none;
margin:0px 1px 0px 0px;
padding:0px;
}

#header_menu li {
height:32px;
width:136px;}

#header_menu li.parent a {font:12px ,Arial, Helvetica, sans-serif;
width:136px;
padding:8px 0 4px 0px;
height:20px;
color:white;
display:block;
background:url(images/menu.gif);
/*text-align:center;*/
text-decoration:none;
font-weight:normal;
margin:0px;
}

#header_menu li.parent a:hover {background:url(images/menu.gif);
text-decoration:none;
background-position:0 -32px;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_line.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#header_menu{float:none;clear:both;width:960px;margin:0px 0px 0px 1px;height:31px;}

.menu {position:relative;width:950px;}
* html .menu {padding-bottom:0;}
.menu ul{list-style-type:none;padding:0;margin:0 0 0 0px;width:960px;height:100%;}
.menu li{float:left;}

#header_menu li.parent ul {display: none;position: absolute; z-index:999; top:32px; background-image:none;margin-left:0em; babackground-color:#711d22; width:50px;}
#header_menu li.parent:hover ul {display: block;}

#header_menu li.parent ul a, #header_menu li.parent ul{background-image:none;background-color:#711d22;}
#header_menu li.parent ul a:hover{background-image:none;background-color:#3a0609;}