

body {
	font-family: Arial, Helvetica, sans-serif;
	background: black;
	color: white;
}
.small {
	font-size:13px
}
.colr {
	color: #FFBC3E;
}
h3 {
	color: #FFBC3E;
}
#menu {
	position: fixed;
  left: 0;
  top: 0;


}
#menu {
background: rgb(255,188,62); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(104,104,104,1) 0%, rgba(0,0,0,0.76) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,104,104,1)), color-stop(100%,rgba(0,0,0,0.76))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(0,0,0,0.76) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(0,0,0,0.76) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(0,0,0,0.76) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(104,104,104,1) 0%,rgba(0,0,0,0.76) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#c2000000',GradientType=0 ); /* IE6-9 */

}
#menu td 
{
    text-align:center; 
    vertical-align:middle;
	



}
#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	/*color: #FFBC3E;*/
}

a, a:visited { color: #FFF; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }