/* GENERAL */
.menu ul ul{
	top:29px;left:0;
}
/* POSITION the third level flyout menu */
.menu ul ul ul{left:170px; top:-1px; width:170px;}
/* POSITION the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-170px;}


/* MENU NAV */
.menu ul.nav{
	padding-left:10px;
	float:left;
}

/* style the links for the top level */
#menu_nav a,#menu_nav a:visited{
	display:block;
	font-size:12px;
	padding:5px;
	color:#333;
	margin-top:3px;
	border:1px solid transparent;
	border-bottom:0;
}

/* style the top level hover */
#menu_nav a:hover,#menu_nav ul ul a:hover{
	color:green;
	text-decoration:none;
	border:1px solid #ddd;
	border-bottom:0;
	background:#fdfdfd;
}

#menu_nav :hover > a, #menu_nav ul ul :hover > a{
	color:green;
	background:#fdfdfd;
	border:1px solid #ddd;
	border-bottom:0;
}
/* style the second level menubox */
#menu_nav ul ul{
	border:1px solid #ddd;
	border-top:0;
}

/* style the second level links */
#menu_nav ul ul a,#menu_nav ul ul a:visited{
	height:auto;
	line-height:1em;
	padding:5px 10px;
	background:#fdfdfd;
	color:#333;
	font-weight:normal;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:170px;
	border:0;
	margin:0;
}

#menu_nav ul ul a:hover{
	border:0;
	text-decoration:underline;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited{
	/*background:#d4d8bd url(arrow.gif) no-repeat 130px center;*/
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	/*background:#c9ba65 url(arrow.gif) no-repeat 130px center;*/
}
.menu ul ul :hover > a.drop{
	/*background:#c9ba65 url(arrow.gif) no-repeat 130px center;*/
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited{
	background:#fdfdfd;
	width:138px;
	height:30px;
}
/* style the third level hover */
.menu ul ul ul a:hover{
	background:#b2ab9b;
}


/* MENU SYS */
#menu_sys a{
	font-size:12px;
	padding:5px;
}

#menu_sys a:hover{
	text-decoration:underline;
}
