/* .menu_floatright {
	float: right;
}

.menu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans",
		"Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menu ul {
	background:#333333;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.menu li {
	float: left;
	padding: 0px;
		    border: 1px solid #e0e0e0;
		    text-align: right;

}

.menu li a {
	background: #333333 url("images/seperator.gif") bottom right no-repeat;
	color: #cccccc;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	text-align: right;
	text-decoration: none;
}

.menu li a:hover,.menu ul li:hover a {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.menu li ul {
	background: #333333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 200;
	top:1em;
		/*left:0;
}

.menu li:hover ul {
	display: block;
	color:rgb(255,0,0);
}

.menu li:hover a{
	color:rgb(255,0,0);
}

.menu li li {
	background: url('images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}

.menu li:hover li a {
	background: none;
}

.menu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

.menu li ul a:hover,.menu li ul li:hover a {
	background: #2580a2 url('images/hover_sub.gif') center left no-repeat;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}

.menu p {
	clear: left;
}

a.anItemMenu
{
	color:rgb(0,129,91);
    font-family: Tahoma;
    font-size: 13px;
    margin-bottom: auto;
    margin-top: auto;
    text-decoration: none;
} */





.menuleft{
	list-style-type: none;
	text-align: left;
	float: left;
	padding: 0px 0px 5px 10px;
	margin-top:0px;
	margin-bottom:65px;
	margin-left:0px;
	width: 95%;

}

.menuleft li {
	padding-top : 10px;
	padding-bottom : 5px;
	border-bottom: 1px dotted black;
	width: 100%;
	text-decoration: none;
}

.menuleft li a:hover {
	color: red;
	text-transform: uppercase;
}
.menuleft li a  {
	color: gray;
	text-decoration: none;
}
.menuleft li.active a{
	color: #7E692A;
	font-weight: bold;
}