/* ================================================================ 
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.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 199px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0;
	z-index:100;
}

#menu ul {
	list-style-type: none;
	padding: 0; margin: 0;
	width: 200px;
	height: 100%;
}

#menu li {
	float: left;
	height: 100%;
	position: relative;
}

#menu li.sub {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 100%;
}

#menu li.sub_menu {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 100%;
	width: 196px;
}

#menu li.sub_menu a {	padding: 0px 0px 10px 10px; width: 188px; }

#menu li.sub_menu a:hover {
	background-image: url(../images/general/black_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#menu li {
	display: block;
	font-weight: bold;
}

#menu li a {
	display: block;
	font-family: arial, sans-serif;
	font-size: 11px;
	width: 200px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	color: #000;
}

#menu li.menuon1 ul { display: block; }

#menu li.menuon2 {
	background-image: url(../images/general/black_arrow_right.gif); background-repeat: no-repeat; background-position: 0px 2px;
	font-weight: bold;
}

#menu li.menuon3 {
	background-image: url(../images/general/black_arrow_right.gif); background-repeat: no-repeat; background-position: 0px 5px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

#menu ul ul { display:none; list-style-type:none; padding:2px 0px 0px 0px; margin:0px 0px 0px 10px; width:200px; height:100%;  }

#menu ul li.sub_menu_fly a:hover { background-image: url(../images/general/black_arrow_right.gif); background-repeat: no-repeat; background-position: 0px 2px; }

#menu ul li.sub_menu_fly a { padding: 0px 0px 10px 10px; }
#menu ul li li.sub_menu_fly a { padding: 0px 0px 0px 10px; }

#menu li.sub_menu_fly_end { padding-bottom: 10px; }

#menu ul li.menuoff2 a { font-weight: normal; width: 188px; }
#menu ul li.menuon2 a { font-weight: bold; padding: 0px 0px 1px 10px; }

#menu ul ul li.menuoff3 a { color:#000; font-weight: normal; height: 100%; width: 178px; padding: 0px 0px 0px 10px; }
#menu ul ul li.menuon3 a { color:#000; font-weight: bold; height: 100%; width: 178px; padding: 0px 0px 0px 10px; }

a.menuon2:link, a.menuon2:visited, a.menuon2:active, a.menuon2:hover {
	font-weight: normal;
	font-size: 12px;
	color: #81858e;
	font-family: arial, verdana, sans-serif;
	text-decoration: underline;
	padding-bottom: 2px;
}


