.AWCMenuTable
{ /*padding-left:15px;*/
/*background-color: #99251E;*/
    height: 10px;
}

.AWCMenuDropDownLabel 
{
    font-weight:bold;
}


.AWCMenuDropDownCell 
{
}

.AWCMenuTableRow 
{
  /* Apply the black highlight */
  /*background-image: url("/Creative/Assets/Personalization/Backgrounds/bg_globalNav.gif");*/
  /*background-color: #002D5E;*/
 /* background-color:  #99251E;*/

 
}

.AWCMenuCell 
{
  background-image: url("/Creative/Assets/Spacers/spacer.gif");
  /*background-image: url("/Creative/Assets/Backgrounds/Menu/main_nav_bg.gif");*/
  padding-left: 0px;
  padding-right: 22px;
  height: 40px;
  text-align:left;
  vertical-align:middle;
  
  
}








.AWCMenuHyperlink 
{
font-family:Trebuchet MS,Arial, Verdana, sans-serif;
font-size:15px;
font-weight:bold;
color:#666666;
text-decoration:none;
}
.AWCMenuHyperlink:link {
	font-family:Trebuchet MS,Arial, Verdana, sans-serif;
font-size:15px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.AWCMenuHyperlink:visited 
{
	font-family:Trebuchet MS,Arial, Verdana, sans-serif;
font-size:15px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.AWCMenuHyperlink:active 
{
	font-family:Trebuchet MS,Arial, Verdana, sans-serif;
font-size:15px;
font-weight:bold;
color:#b80026;
text-decoration:none;
}


.AWCMenuHyperlink:hover 
{
	font-family:Trebuchet MS,Arial, Verdana, sans-serif;
font-size:15px;
font-weight:bold;
color:#b80026;
text-decoration:none;
}

/*-----------------------------------------------*/
/* Used with Tabbed Navigation                   */
/*-----------------------------------------------*/
td.AWCMenuLeftTab 
{color:#99251E;
  /*padding-right: 10px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_left_off.gif");*/
}

td.AWCMenuRightTab 
{
  /*padding-right: 15px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_right_off.gif");*/
}

td.AWCMenuLeftHoverTab 
{
  /*padding-right: 10px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_left_on.gif");*/
}

td.AWCMenuRightHoverTab 
{
 /* padding-right: 15px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_right_on.gif");*/
}

.AWCMenuCellHoverTab
{
  /*vertical-align: middle;
  background-image: url("/Creative/Assets/Backgrounds/Menu/main_nav_bg_on.gif");
  padding-left: 0px;
  padding-right: 0px;*/
}

.AWCMenuSelectedRightTab 
{
 /* padding-right: 15px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_selected_right.gif");*/
}

.AWCSelectedMenuCell
{
  /*vertical-align: middle;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_selected_centre.gif");
  padding-left: 0px;
  padding-right: 0px;*/
}

.AWCMenuSelectedLeftTab 
{
  /*vertical-align: middle;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_selected_left.gif");
  padding-right: 10px;*/
}

.AWCMenuHyperlinkHover
{
  
  /* #FECC17  Optionally used to set the background color of the link
    background-color: #FF0000;
  */
/*  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;*/
}
.AWCMenuHyperlinkHover:link {
	color: #000000;
  
}

.AWCMenuHyperlinkHover:visited {
	text-decoration: none;
	color: #000000;
}

.AWCMenuHyperlinkHover:active {
	color: #000000;
}

.AWCMenuHyperlinkHover:hover 
{
  color:#000000;
}

AWCMenuCellEmpty 
{
  background-image: none;
}

/* Selected Hover States */
.AWCMenuSelectedLeftHoverTab 
{
  /* padding-right: 10px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_left_on.gif");*/
}

.AWCMenuSelectedCellHoverTab 
{
  /* vertical-align: middle;
  background-image: url("/Creative/Assets/Backgrounds/Menu/main_nav_bg_on.gif");
  padding-left: 0px;
  padding-right: 0px;*/
}

.AWCMenuSelectedRightHoverTab 
{
 /*padding-right: 15px;
  background-repeat: no-repeat;
  background-image: url("/Creative/Assets/Backgrounds/Menu/gnav_right_on.gif");*/
}
.AWCMenuSelectedHyperlinkHover 
{
  color: #000000;
  /*background-color: Yellow;*/
}



/***************************css for inactive menues start****************************************/
/* for make inactive menu different from active menue created by ss on 28july2008*/
.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 {
	display:none;
padding-left: 0px;
  padding-right: 0px;
  text-align:left;

}


.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;
}
/***************************css for inactive menues end****************************************/
/* for make inactive menu different from active menue created by ss*/