/*menus.css*/

DIV#menu{
/*In layout.css*/
}
DIV.moduletable_menu{
	position: relative;
	top: 45px;
	left: 5px;
	width: 120px;
}
UL.menu{
	list-style : none;
	position: relative;
	left: -35px;
	width:125px;
	font-size : 10pt;
}
UL.menu li{
	list-style : none;
	margin-top: 10px;
}
UL.menu li li{
	list-style : none;
	margin-top: 0px;
	position: relative;
	left: -40px;
}
UL.menu A:VISITED, A:LINK {
	color: #EEEEEE;
	text-decoration : none;
}
UL.menu A:ACTIVE, A:HOVER {
	color: white;
	text-decoration : none;
	background-image : url(../images/menubutton2.png);
	background-repeat : repeat-x;
	width: 120px;
}
span.separator span{
	color: #EEEEEE;
	font-weight : bold;
}




