
.menu {
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	text-transform: none;
	font-family:Tahoma, Helvetica, sans-serif;
	}


.menu ul { }


.menu li {}


.menu ul li { 
	margin: 0px;
	width: 180px;
	background: #ffffff;
	font-size: 11px;
	line-height:12px;
	padding-top: 3px; padding-bottom: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;opacity:.80;
}


.menu a {
	text-decoration: none;
	color: #7a7a77;
	background: url(images/horiz_r.png) top right no-repeat;
	line-height: 12px;
	cursor: pointer;
	text-align: center;
	font-weight:bold;
	padding:13px 32px 11px 25px;
	
}


.menu ul a {
text-align: left;
background: #ffffff;
color:#7a7a77;
font-weight: bold;
line-height:12px;
padding:7px 10px 7px 25px;
}



.menu li.hover {
	background: url(images/horiz_r_h.gif) top right no-repeat;
}
  

.menu ul li.hover {
	background:#7a7a77;
}


.menu a.hover {
	color:#000000 !important;
	background: url(images/horiz_l_h.gif) top left no-repeat;
	text-decoration:none; 	
}



.menu ul a.hover {
  	color:#000000 !important;
	background: #d9dbdc;
	line-height:12px;
	 text-decoration:none;
	}


.menu li.selected {
background: url(images/horiz_r_h.gif) top right no-repeat;
}


.menu ul li.selected {
background:#7a7a77;
}


.menu a.selected {
	color:#000000 !important;
		background: url(images/horiz_l_h.gif) top left no-repeat;
}

.menu ul a.selected {
	color:#000000 !important;
	background: #d9dbdc;
/*	color: #ff9c00;*/
	}



.menu .arrow {
	/* background-image:url(img/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px center;  */
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.menu .hover ul .arrow,
.menu ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menu .hover .arrow {
	/* background-image:url(img/white_arrow_vertical.gif); */
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.menu ul .hover .arrow {
}

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;
}
