.AWCMenuTable
{
    background-color: #002D5E;
}

.AWCMenuDropDownLabel 
{
    font-weight:bold;
}

.AWCMenuTable 

{ 
}

.AWCMenuDropDownCell 
{
}

.AWCMenuTableRow 
{
  /* Apply the black highlight */
    background-color: #002D5E;
	height: 22px;
	background-image: url(/Creative/Assets/Backgrounds/Img_Menu_Background.jpg);
}

.AWCMenuCell 
{
  padding-left: 10px;
  padding-right: 10px;
}

.AWCMenuHyperlink 
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
}
.AWCMenuHyperlink:link {
	color: #015624;
}

.AWCMenuHyperlink:visited {
	text-decoration: none;
	color: #015624;
}

.AWCMenuHyperlink:active {
	color: #015624;
}

.AWCMenuHyperlink:hover 
{
  color:#000000;
}
