A.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	text-decoration : none;
	color : White;
	text-align : left;
	vertical-align : middle;
	padding : 3;
}
A.menu:hover {
	color : Black;
	text-decoration : none;
}
A.menuActive {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	text-decoration : none;
	color : #363636;
	vertical-align : middle;
	padding : 3;
}
.tableBgmenu {
	background-color : White;
}
.menubg {
    background-image : url(/images/menu/bg_menu.gif);
	background-repeat : no-repeat;
}
.menubgActive {
    background-image : url(/images/menu/bg_menuActive.gif);
	background-repeat : no-repeat;
}
.title {
	color : #4A4A4A;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F3F3F3;
}
