.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;
}



/*************************************                         */
/* for make inactive menu different from active menue created by ss*/


.AWCMenuInactive {
	color: #FF0000;
}
.AWCTopMenuInactive {
	color: #FF0000;
	background-color:Red;
	  background-image: url("/Creative/Assets/Backgrounds/Menu/main_nav_bg.gif");
	padding-left: 0px;
  padding-right: 0px;
}
.AWCHorizontakTopMenuInactive {
	color: #FF0000;
	/*background-color:Red;*/
	  /*background-image: url("/Creative/Assets/Backgrounds/Menu/main_nav_bg.gif");*/
	padding-left: 0px;
  padding-right: 0px;
}


.AWCMenuInactiveHide
{
 display:none;
padding-left: 0px;
  padding-right: 0px;
  text-align:left;

  

}


/**/
.AWCInactiveMenuHyperlink 
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #FF0000;
}
.AWCInactiveMenuHyperlink:link {
	color: #FF0000;
}

.AWCInactiveMenuHyperlink:visited {
	text-decoration: none;
	color: #FF0000;
}

.AWCInactiveMenuHyperlink:active {
	color: #FF0000;
}

.AWCInactiveMenuHyperlink:hover 
{
  color:#FF0000;
}


/*end css for make inactive menu different from active menue created by ss*/
/*************************************                         */
