﻿#menu {
width: 232px;
float: left;
background: #FFFFFF;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
background: #FFFFFF;
}

#menu ul li ul {
width: 120px;
}

#menu a {
font: 8pt Verdana;
display: block;
margin: 0;
padding: 0px;
color: #FFFFFF;
text-decoration: none;
background: #02436B;
text-align: center;

}

#menu a.main_menu {
font: 8px Verdana;
display: inline;

text-align: center;

}

#menu a.main_current{
color: #FFFFFF;
background: #02436B;
}

#menu a.current{
color: #FFFFFF;
background: #02436B;
}


#menu a:hover {
color: #FFFFFF;
background: #02436B;
}

#menu a.main_menu:hover {
color: #FFFFFF;
background: #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  {
	padding: 0;
	margin: 0;
}
#menu ul li ul li a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;


}

