a.menu_normal
{
	font-family: Helvetica, Arial, Times, Serif;
    font-size: 11px;
    font-weight: bold;
	color: #adb8dc;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu_normal:hover
{
	color: #adb8dc;
	text-decoration: underline;
}

a.menu_selected
{
	font-family: Helvetica, Arial, Times, Serif;
    font-size: 11px;
    font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu_selected:hover
{
	color: white;
	text-decoration: underline;
}

a.menu_plugin
{
	font-family: Helvetica, Arial, Times, Serif;
    font-size: 11px;
    font-weight: bold;
	color: yellow;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu_plugin:hover
{
	color: white;
	text-decoration: none;
}

a.menu_unpublished
{
	font-family: Helvetica, Arial, Times, Serif;
    font-size: 11px;
    font-weight: bold;
	color: #aaaaaa;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu_unpublished:hover
{
	color: white;
	text-decoration: none;
}

a.menu_notavaliable
{
	font-family: Helvetica, Arial, Times, Serif;
    font-size: 11px;
    font-weight: bold;
	color: #aaaaaa;
	text-transform: uppercase;
	text-decoration: line-through;
}

a.menu_notavaliable:hover
{
	color: white;
	text-decoration: none;
}
