.menu {
/*width:794px;*/
font-size:13px;
position:relative;
z-index:100;
background: transparent url(../images/nav1.gif) no-repeat left top;
height: 32px
}
.menu ul{
  padding-left: 8px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a{
display:block;
text-decoration:none;
color:#fff;
border:1px solid #fff;
border-right:none;
background:transparent url(../images/navBg.gif) repeat-x center left;
line-height:30px;
text-align: center;
z-index:9999;
}
/* style the second level background */
.menu ul ul a.drop{
background:#6c0a01;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#a41f16;
}
.menu ul ul :hover > a.drop {
background:#a41f16;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#6c0a01;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#a41f16;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:32px;
left:0;
margin-left: -8px
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; margin-left: -8px }
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#6c0a01;
width:120px;
color:#fff;
line-height:19px;
font-size: 11px;
text-align: left;
border: none;
border-bottom: 1px solid #FFFFFF;
}
.menu ul ul a.onl {
border-top: 1px solid #FFFFFF;
}
.menu a.active:hover
{
border:1px solid #ffffff;
border-right:0px;
color:#F9A51A;
background:#6c0a01 url(../images/navBg.gif) repeat-x top left;
text-decoration: none
}
/* style the top level hover */
.menu a:hover, .menu a.active{
color:#F9A51A;
background:#6c0a01 url(../images/navBg.gif) repeat-x top left;
text-decoration: none
}
.menu a.active:hover ul
{
	visibility:visible;
	color:#FFFFFF;
}
.menu ul ul a:hover{
color:#F9A51A;
background:#a41f16;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}

/* widths */
.menu ul ul {
/*width:120px;*/
}
/* position the third level flyout menu */
.menu ul ul ul{
left:140px;
top:0;
/*width:120px;*/
}
.menu ul ul ul.dropLast{
left:-120px;
float:left;
top:0;
width:120px;
}
.menu ul ul ul.dropLast li
{
	float:right;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-120px;
}
* html .menu ul ul a{
/*width:120px;
width:110px;*/
}
.menu ul li a
{ 
  padding-left:21px;
  padding-right:21px;
}
.menu ul li ul li a
{
  padding-left:10px;
  padding-right:10px;
}

/*.menu a.home{
  width: 81px;
  padding-left:10px;
  padding-right:10px;
  border-left: none
}
.menu li.home{
  width: 81px;
}
.menu a.groups{
  width: 79px;
}
.menu li.groups{
  width: 79px
  
}
.menu a.sign{
  width: 84px
}
.menu li.sign{
  width: 84px
}
.menu a.on{
  width: 99px
}
.menu li.on{
  width: 99px
}
.menu a.buy{
  width: 104px
}
.menu li.buy{
  width: 104px
}
.menu a.info{
  width: 106px
}
.menu li.info{
  width: 106px
}
.menu a.here{
  width: 113px
}
.menu li.here{
  width: 113px
}
.menu a.cont{
  width: 112px
}
.menu li.cont{
  width: 112px
}*/




.menu ul ul a.activeSub
{
	color:#F9A51A;
	background:#a41f16;
}
.menu ul ul ul a.activeSub
{
	color:#F9A51A;
	background:#a41f16;
}
