#headermenu_out{
	margin:0 auto;
	width:100%;
}

#headermenu {
/*
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	margin-top:2px;
	width:100%;
	background: url(images/menu_bg.png) left bottom;
	height:28px;
*/
	background:transparent url(images/menu_bg.png) no-repeat scroll left bottom;
	font-size:10px;
	font-weight:bold;
	height:28px;
	width:799px;
}

#headermenu a {
	background:transparent url(images/menu_line.gif) no-repeat scroll right 0px;
	color:#5E5E5E;
	display:block;
	font-weight:bold;
	padding: 4px 16px 10px 17px;
	text-decoration:none;
}

#headermenu a.m5 {
	background:none;
	color:#5E5E5E;
	display:block;
	font-weight:bold;
	padding:4px 16px 10px 17px;
	text-decoration:none;
}

#headermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#headermenu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
	position:relative;
}

#headermenu li a {
	display: block;
	float: left;
	/*font-weight: normal;*/
}

#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 {
	/*background: url(images/d_right.png) repeat-y scroll 184px 0;*/
	border-top: 0px;
	display: none;
	z-index: 150;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 26px;
	clear: both;
	/*width:188px;*/
}


#headermenu li:hover ul,
#headermenu li.over ul {
	display: block;
}

#headermenu li li {
	clear: left;
	background: url(images/sub_dropdown.jpg) no-repeat;
	width:162px;
	height:24px;	
	display: block;
}

#headermenu li li.d_bottom {
	clear: left;
	background: url(images/d_bottom.png) no-repeat;
	width:188px;
	height:5px;
}

#headermenu li li a {
	/*background: #DEDEDE;*/
	background: none;
	color: #5E5E5E;
	margin: 0;
	border:0;
	display: block;
	/*width: 110px;*/
	padding: 0px 0px 0px 20px;
	height:24px;
	line-height:24px;
}

#headermenu li li a:hover {
	background: #B2AFAF;
	color: white;
}

.menu_list_button
{
	width: 142px;
}

.menu_subscriber_button
{
	width: 147px;
}

.menu_newsletter_button
{
	width: 145px;
}

.menu_template_button
{
	width: 145px;
}

.menu_autoresponder_button
{
	width: 140px;
}

.menu_statistics_button
{
	width: 125px;
}

li.dropdown{
	margin-right: 2px;
	padding-right: 2px;
	position:relative;
}