﻿/* CSS Document */
#menu img{
border:0;
margin:0;
padding:0;
}
#menu {
width: 100%;
float: left;
background: ;
color: ;
border:0;
margin:0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
background:#399201 ;
border:0;
}

#menu ul li ul {
width: 150px;
}

#menu a {
font: 11px trebuchet ms, arial;
display: block;
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
background-color: #ffffff;
text-align: left;
font-weight: bold;
}

#menu a.main_menu {
font: 10px arial;
display: inline;
font-weight: bold;
color: ;
text-align: left;
background: #ffffff;
float:left;
}

#menu a.main_current{
color: #ffffff;
background: #399201;
}

#menu a.current{
color: #399201;
background-color: #ffffff;
}

#menu a:hover {
color: #399201;
background-color: #ffffff;
}

#menu a.main_menu:hover {
color: #399201;
background-color: #ffffff;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

#menu ul li ul li {
	border-left: #ffffff solid 0px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	border-top: 0;
}



#menu ul li ul li a {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

