

/* full_top_menu_item_width = 110 */

/** Dropdowns **/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	z-index: 9999;
}

#nav {
	clear: right;
	float: right;
	width: 790px;
	margin-top: 28px;
}

#nav * {
	z-index: 9999;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	z-index: 9999;
	
	zoom: 1;
}

#nav > li {
	float: right;
}

.menu_item {
	color: #000000;
	font-size: 13px;
	text-decoration: none;	
}

.menu_hover {
	display: block;
	float: right;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	background-image: url('../i/menu_a_selected2.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
}

#nav li ul {

	position: absolute;
	left: -2000px;
	top: 28px;
	z-index: 9999;
}


#nav li ul ul { /* third-and-above-level lists */
	left: -2000px;
}

/* TOP MENU STYLE */
#nav li a {
	display: block;
	text-decoration: none;
	z-index: 9999;
	margin: 0;
	text-align: center;
	display: block;
	float: left;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	padding: 6px 20px 4px 15px;
	
}

#nav > li {
	background-image: url('../i/menu_a_unselected.gif');
	background-repeat: repeat-x;
	background-position:  top left;
}

#nav > li:hover {
	background-image: url('../i/menu_a_selected2.gif');
	background-position: top right;
}

#nav li li a {
	background-image: none;
}

/* TOP MENU STYLE ON MOUSE OVER */
#nav li a:hover {
	/* height: 18px; */
	/* margin-top: 1px; */
	/* padding-top:5px */
	/*background-image: url('../i/menu_a_selected.gif');*/
}

#nav li ul li {
	background-color: white;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
}

#nav li ul li a:hover{
	/* margin-top:0px; */
	color: #8FD009;
	background-image: none;
}

/* SUB MENU STYLE */
#nav li ul a { /* second-level lists a */
	font-weight: normal;
	padding-left: 12px;
	width: 170px;
	text-align: left;
	padding-top: 5px;
}  

#nav li ul a:hover {
	color:#8FD009l;
	background-color: #f5f6f6;
}

/* SUB MENU STYLE ON MOUSE OVER */
#nav li ul a:hover { /* second-level lists a */
}

/* HIDE ALL OTHER */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul {
	left: -2000px;
}
/* SHOW THEM WHE NEEDED */

#nav li li:hover ul, #nav li.iehover ul { /* lists nested under hovered list items */
	left: 170px;
	top: 0px;
}

#nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul { /* lists nested under hovered list items */
	left: 170px;
	top: 0px;
}
#nav li:hover ul { /* lists nested under hovered list items */
	left: -2px;
	top: 100%;
}

/** Support for the IE select on top problem **/
#nav iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end **/
