/* CSS Document */

.divider{/* USE AS A DIVIDER BETWEEN MAIN MENU ITEMS*/
background-image:url(images/TopNavDivider.jpg);
background-repeat:no-repeat;
background-position: center;
}


#wrap{/*MAIN BG STYLE*/
border-top: 1px solid #000000;
border-bottom: 2px solid #000000;
background-image: url(images/TopNavBG.jpg);
background-repeat:repeat-x;
}



/* STYLES FOR MAIN MENU ITEMS*/
table.menu a{
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: center !important ; 
 font-weight: 600 !important ; 
 color: #FFFFFF !important ; 
 margin-bottom:0px !important ; 
 white-space:nowrap ;
 padding: 3px 5px 3px 5px !important ; /*STYLE DETERMINES THE HEIGHT OF THE MENU ITEMS */
 display:block !important; 
 position:relative !important ; 
}

table.menu a:hover{
 text-decoration: underline ;
}


table.menu td {
 border-bottom: 0px none #110006 ; 
 border-top: 0px none #110006 ; 
 border-left: 0px none #110006 ; 
} 
table.menu td.last {
 border-right: 0px none #110006 ; 
} 



/* STYLES FOR SUB MENUS */
.transMenu {
 position:absolute ; 
 overflow:hidden; 
}

.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 width: 90px; border: 0px none #C90043 ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2; 
}
.transMenu  td
{
 padding: 5px 5px 5px 5px !important;  
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #FFFFFF !important ; /*TEXT COLOR OF SUBMENUS*/
} 
#subwrap 
{ 
 text-align: left ; 
}

.transMenu  .item.hover td{ 
 color: #011E1B !important ; 
}

.transMenu .item { 
 height: -10px; text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-color: #cc3333 !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
 -moz-opacity:1.00; 
 filter:alpha(opacity=85) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:3px; width:2px; 
 -moz-opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:3px; height:2px; 
 -moz-opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .item.hover {
 background-color: #EAC694 !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}

/*
#trans-active a{
 color: #FFFFFF !important ; 
 background-color: #b24a2f !important ; 
} 
*/
