/* **************************************************************************************
   left menu, contains the entire menu
   ************************************************************************************** */
#mainmenu {
	clear: left;
	float: left;
	margin: 80px 10px 0px 0px;
	width: 160px;
}
#mainmenu a:hover	{
	text-decoration:none;
	}
ul.menuleft1 {
	font-family: "Liberation Sans",FreeSans,helvetica, arial, sans-serif; /* Opera uses an ugly built-in Helvetica on *NIX, messing up the menu */
	font-size: 10pt;
	font-weight: bold;
	width: 160px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	}
/*.menuleft1 .orange  a,.menuleft1 .orange  a:visited{
	color: #666;
	}*/
.menuleft1 .red  a,.menuleft1 .red  a:visited{
	color: #c00;
	}
li.menuleft1	{
	display: block;
	list-style-type: none;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	}
#active ul	{
	display:block;
	}
li.green	{
	background: url('../images/arrow/right_green.gif') no-repeat 3px 6px;
	}
li.green#active	{
	background: url('../images/arrow/down_green.gif') no-repeat 3px 7px;
	}
li.pink	{
	background: url('../images/arrow/right_pink.gif') no-repeat 3px 6px;
	}
li.pink#active	{
	background: url('../images/arrow/down_pink.gif') no-repeat 3px 7px;
	}
li.orange	{
	background: url('../images/arrow/right_orange.gif') no-repeat 3px 6px;
	}
li.orange#active	{
	background: url('../images/arrow/down_orange.gif') no-repeat 3px 7px;
	}
li.red	{
	background: url('../images/arrow/right_orange.gif') no-repeat 3px 6px;
	}
li.red#active	{
	background: url('../images/arrow/down_orange.gif') no-repeat 3px 7px;
	}
.menuleft1 a,.menuleft1 a:visited	{
	display: block;
	width: 100%;
	border-style: dotted; 
	border-width: 0px 0px 1px 0px;
	border-color: #aaa;
	padding: 4px 0px 4px 15px;
	text-transform:uppercase;
	color: #000000;	
	font-weight: bold;
	}

ul.menuleft2	{
	display:none;
	list-style-type: none;
	margin: auto 0px auto 0px;
	padding: auto 0px auto 0px;
	font-family: Verdana,sans;
}
.menuleft2 a,.menuleft2 a:visited	{
	font-size: 8pt;
	text-transform:none;
	font-weight: 200;
	border-color: #cccccc;
	text-indent: -12px;
	}
.menuleft2 a:hover{
	font-weight: 700;
	letter-spacing: -0.1em;
	}
#actived	{
	font-weight:bold;
	letter-spacing: -0.1em;
	}
.green .menuleft2 a,.green .menuleft2 a:visited	{
	color: #859b2f;
	}
.green .menuleft2 a:hover	{
	/*background: url('../images/arrow/right_green.gif') no-repeat right 7px;*/
	}
.pink .menuleft2 a,.pink.menuleft2 a:visited	{
	color: #a31857;
	}
.pink .menuleft2 a:hover	{
	/*background: url('../images/arrow/right_pink.gif') no-repeat right 7px;*/
	}
.orange .menuleft2 a,.orange .menuleft2 a:visited	{
	color: #c35a22;
	}
.orange .menuleft2 a:hover	{
	/*background: url('../images/arrow/right_orange.gif') no-repeat right 7px;*/
	}
.red .menuleft2 a,.red .menuleft2 a:visited	{
	color: #f00;
	}
.red .menuleft2 a:hover	{
	/*background: url('../images/arrow/right_orange.gif') no-repeat right 7px;*/
	}
.menuleftbox	{
	/*position: absolute;
	*/display:none;
	height: 0px;
	width:0px;/*
	float: left;
	left: 180px;
	clear: left;
	width: 156px;
	margin-top: -1.7em;
	background: #fff;
	list-style-type: none;*/
	}
.menuleftbox a:hover	{
	background: none;
	}
