.AWCMenuTable
{
    background-color: #002D5E;
}

.AWCMenuDropDownLabel 
{
    font-weight:bold;
}

.AWCMenuTable 
{
	height: 33px;
}

.AWCMenuDropDownCell 
{
}

.AWCMenuTableRow 
{
	background-image: url("/Creative/Assets/Backgrounds/MainMenuBackground.jpg");
	height: 33px;
}

.AWCMenuCell 
{
  padding-left: 10px;
  padding-right: 10px;
}

.AWCMenuHyperlink 
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
}
.AWCMenuHyperlink:link {
	color: #000000;
}

.AWCMenuHyperlink:visited {
	text-decoration: none;
	color: #000000;
}

.AWCMenuHyperlink:active {
	color: #000000;
}

.AWCMenuHyperlink:hover 
{
  color:#3366FF;
}
