/* CSS Document */

body
{
background-color: black;
font: Verdana, Verdana, Geneva, sans-serif;
color: white;
}

img.banner
{
width: 855px;
}

p.ww
{
text-align: center;
}

p.about
{
margin: auto;
width: 800px;
padding: 10px 3px 10px 3px;
font: 14px Verdana, Verdana, Geneva, sans-serif;
}

a:link {color: #FF0000;}
a:visited {color: #3399FF;}
a:hover {color: #FF3333;}
a:active {color: #FF6666;}

/* */
/* Drop down main menu */
/* */

.droplinetabs{
overflow: hidden;
border-bottom: 1px solid black; /*underline across bottom of main tabs*/
}

.droplinetabs ul{
font: bold 22px Courier New, Courier New, Courier, monospace;
margin: auto;
padding: 0;
width: 860px;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: auto;
padding: 0;
text-transform: uppercase;
}

.droplinetabs a{
float: left;
color: white;
background: #000000  /* url(leftedge.gif) no-repeat left top; */ /*default background color of tabs, left corner image*/
margin: auto;
padding: 0 3px 4px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabs a span{
float: left;
width: 130px;
display: block;
background: transparent /* url(rightedge.gif) no-repeat right top; */  /*right corner image*/
padding: 3px 3px 3px 3px;
cursor: pointer;
}

.droplinetabs a span{
float: none;
}


.droplinetabs a:hover{
background-color: #333333; /*background color of tabs onMouseover*/
color: white;
}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #000000; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
background: #111111; /*sub menu background color */
}

.droplinetabs ul li ul li a span{
background: #c76023; /*sub menu background color */
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: #714421;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
}

/* */
/* Side Menu code */
/* */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 150px; /*width of menu*/
position: absolute;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #444444 url(http://www.fizzygoo.com/down.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*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*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: white;
background: #333333;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #714421;
}


