﻿.menutitle
{
    cursor:pointer;
    font-family:Verdana, Arial;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
    padding-top: 6px;
}

.submenu
{
    margin-bottom: 0.5em;
}

.menutitlehover
{
    cursor: pointer;
    cursor: hand;
    color:#ffcc00;
    font-family:Verdana, Arial;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
    padding-top: 6px;
}

.submenu
{
    margin-bottom: 0em;
    color: #ffcc00;
}

.submenuitem
{
	font-family:Verdana, Arial;
	font-size: 11px;
	text-transform: lowercase;
	padding-left: 8px;
}
A.submenuitem:link { text-decoration:none; color: #000000;}
A.submenuitem:visited {text-decoration:none; color: #000000;}
A.submenuitem:active {text-decoration:none; color: #000000;}
A.submenuitem:hover {text-decoration:none; color: #000000; cursor:hand;}

.submenuitemhover
{
	font-family:Verdana, Arial;
	font-size: 11px;
	text-transform: lowercase;
	color: #ffcc00;
    padding-left: 8px;
}
A.submenuitemhover:link { text-decoration:none; color: #ffcc00;}
A.submenuitemhover:visited {text-decoration:none; color: #ffcc00;}
A.submenuitemhover:active {text-decoration:none; color: #ffcc00;}
A.submenuitemhover:hover {text-decoration:none; color: #ffcc00; cursor:hand;}

.submenuitemcurrent
{
	font-family:Verdana, Arial;
	font-size: 11px;
	text-transform: lowercase;
	color: #ffcc00;
    padding-left: 8px;
}

A.submenuitemcurrent:link { text-decoration:none; color: #ffcc00;}
A.submenuitemcurrent:visited {text-decoration:none; color: #ffcc00;}
A.submenuitemcurrent:active {text-decoration:none; color: #ffcc00;}
A.submenuitemcurrent:hover {text-decoration:none; color: #ffcc00; cursor:hand;}
