/* ================================================================ 
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 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0;
	z-index:100;
}

#menu ul {
	list-style-type: none;
	padding: 0; margin: 0;
	width: 240px;
	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: 240px;
}

#menu li.sub_menu a {	padding: 0px 0px 2px 10px; width: 210px; }
#menu li.sub_menu a:hover { text-decoration: underline; }

#menu li { display: block; font-weight: bold; }

#menu li a {
	display: block;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	width: 200px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	color: #44306b;
}

#menu li.menuon1 ul { display: block; }

#menu li.menuon2 { font-weight: bold; padding: 2px 0px 0px 0px; }
#menu li.menuon3 { font-weight: bold; padding:0px 0px 0px 0px; }

#menu li.menuoff2 { font-weight: bold; padding: 0px 0px 2px 0px; }
#menu li.menuoff3 { font-weight: bold; padding:0px 0px 0px 0px; }

#menu ul ul { display:none; list-style-type:none; padding:2px 0px 0px 0px; margin:0px 0px 0px 20px; width:200px; height:100%; }

#menu ul li.sub_menu_fly a:hover { text-decoration: underline; }

#menu ul li.menuoff2 a { font-weight: normal; width: 210px; }
#menu ul li.menuon2 a { font-weight: bold; }

#menu ul ul li.menuoff3 a {
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #ae4a92;
	font-weight: normal;
	height: 100%;
	width: 210px;
	background-image: url(../images/navigation/dash.gif); background-repeat: no-repeat; background-position: 0px 8px;
}
#menu ul ul li.menuon3 a {
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #ae4a92;
	font-weight: bold;
	height: 100%;
	width: 210px;
	background-image: url(../images/navigation/dash.gif); background-repeat: no-repeat; background-position: 0px 8px;	
}

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;
}

