/* ================================================================
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* common styling */
.header-menu {
	margin-left: 5px;
	z-index: 100;
}

.header-menu ul {padding:0; margin:0; list-style: none;}

.header-menu ul li {
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: center;
	line-height: 24px;
	background-image: url('images/icon_02.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.header-menu ul li.change_bg_image {
	padding: 0px 11px 0px 0px;
	margin-right: 5px;
	background-image: url('images/icon_03.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.header-menu ul li a,
.header-menu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.header-menu ul li a:hover,
.header-menu ul li a:active {
	text-decoration: underline;
	color: #A6104F;
}

.header-menu ul li ul {display: none;}

.header-menu ul li ul li { background-image: url('images/icon_empty.gif'); }

/* specific to non IE browsers */
.header-menu ul li:hover ul {display:block; position:absolute; top:20px; left:-10px; }

.header-menu ul li:hover ul li a,
.header-menu ul li:hover ul li a:visited
.header-menu ul li:hover ul li a:hover {
	background: #C968B9;
	width: 80px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.header-menu ul li:hover ul li a:hover {
	text-decoration: underline;
	color: #A6104F;
}