body {
margin: 0px;
font-size: 12px;
font-family: Arial;
color: #ffffff;
}

a{
font-weight: bold;
font-size: 13px;
font-family: Arial;
color: #ffcd90;
text-decoration: none;
}

a:visited{
font-weight: bold;
font-size: 13px;
font-family: Arial;
color: #ffcd90;
text-decoration: none;
}

a:hover{
font-weight: bold;
font-size: 13px;
font-family: Arial;
color: #fe8b32;
text-decoration: underline;
}


 table.c8 {background-color: #384047}
 span.c7 {color: #FFFFFF}
 td.c6 {background-color: #25282B}
 div.c5 {text-align:center; width: 95%;}
 div.c4 {text-align:left;}
 td.c3 {background-image:url(../images/button_bg.png);}
 img.c2 {border-width:0; position:absolute; left: 160px; top:8px;}
 p.c1 {text-align: left}



td.top_corner{
background-image: url(../images/6_universal.png); 
background-repeat: no-repeat;
}





.urbangreymenu{
width: 190px; /*width of menu*/
}


.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
/* background: #606060; */
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

/* Main */
.urbangreymenu ul li a{
font: bold 13.5px Arial;
color: #fe8b32;
position: relative;
/* background: #E9E9E9; */
display: block;
padding: 5px 0;
line-height: 16px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #fe8b32;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #384047;
background: #fcebcf;
}





.anylinkcss{
position: absolute;
color: #fe8b32;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fcebcf;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
font: bold 13.5px Arial;
color: #fe8b32;
position: relative;
/* background: #E9E9E9; */
display: block;
padding: 5px 0;
line-height: 16px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}






.anylinkcss ul li a:visited{
color: #fe8b32;
}

.anylinkcss ul li a:hover{ /*hover state CSS*/
color: #384047;
background: #fcebcf;
}




.anylinkcss a:hover{ /*hover background color*/
color: #384047;
background: #fcebcf;
}


.anylinkcss a:visited {
	color: #fe8a31;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fcebcf;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fcebcf;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

 .anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #fcebcf;
visibility: hidden;
}












ul.multi-col {
  float: left;
  width: 120px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li.multi-col {
  float: left;
  width: 20px;
  margin: 0;
  padding: 0;
} 



