
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
 	font-weight: bold;
}


.menu ul {
	font-weight: normal;
	background-color:#FFFFFF;
	border-right:2px solid #b8b8b8;
	border-bottom:2px solid #b8b8b8;
}

.menu li {
	padding:0;
	height:36px;
	background:url(../images/common/header_menu_separator.gif) no-repeat;
}


.menu li.last {
	padding-right: 0px;
}



.menu ul li {
	background-color:#FFFFFF;
	background-image: none;
	margin-right: 0px;
 	width: 180px;
	height:30px;
	border-bottom:1px solid #e5e4e8;
}


.menu a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	padding:10px 11px 10px 16px;
}


.menu ul a {
	color: #787687;
	background:url(../images/common/bullet_menu.gif) no-repeat;
	font-weight:bold;
	padding:7px 0 0 25px;
	height:23px;
}


.menu a.hover {
	color: #c5afd5;
	border-bottom: none;
}

.menu ul a.hover {
	color: #dd6a04;
}


/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}

div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}