/* CSS Document */

#menu ul
{
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#menu {
}


#menu ul li
{
	text-align: left;
	float:left;

}



#menu ul ul
{
display: none;
clear:left;
width:100%;
}

#menu ul li:hover > ul
{
display: block;
clear:left;
width:150px;;
}
/*#menu li
{
position: relative;
}*/

#menu ul li ul
{
	width: 150px;
	padding: 0px;
	clear:left;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	padding: 0px;
	width:100%;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 0px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 29px;
}

#menu .selected {
}
#menu .selected a{
	color: #195d0c;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 0px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 29px;
}
#menu .selected a:hover
{
	color: #195d0c;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 0px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 29px;
	cursor: pointer;
}
#menu a:hover
{
	color: #195d0c;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 0px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 29px;
	cursor: pointer;
}
#menu a.selected
{
	color: #195d0c;
	text-decoration: none;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 0px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 29px;
	cursor: pointer;
}
#menu ul li ul li a {
	padding: 4px;
	height: auto;
	background-color: #2b80a9;
	background-image:none;
	font-weight: normal;
	line-height: 15px;	
	color: #FFFFFF;
	width:150px;
	clear:left;
}
#menu ul li ul li a:hover {
	background-color: #57b018;
	background-image:none;
	font-weight: normal;
	line-height: 15px;	
	color: #195d0c;
	width:150px;
	clear:left;
}
#menu ul li ul li.selected a {
	padding: 4px;
	height: auto;
	background-color: #57b018;
	background-image:none;
	font-weight: normal;
	line-height: 15px;	
	color: #195d0c;
	width:150px;
	clear:left;
}
#menu ul li ul li.selected a:hover {
	background-color: #57b018;
	background-image:none;
	font-weight: normal;
	line-height: 15px;	
	color: #195d0c;
	width:150px;
	clear:left;
}

#menu ul li ul li
{
float:left;
clear:left;
}
#leftmenu ul{
}
#leftmenu ul li{
	padding-bottom: 10px;
}
#leftmenu ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenu ul li a:hover{
	color: #042f46;
	cursor: pointer;
}
#leftmenu ul li.selected a{
	color: #042f46;
	cursor: pointer;
}
#leftmenu ul li.selected a:hover{
	color: #042f46;
	cursor: pointer;
}
