Body
{
   background: url(../images/mainbg.jpg)  #969696;
   background-repeat: repeat-x;
   background-position: top;
   margin: 0px;
   padding:0px;
}
.Red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000; 
	font-weight: bold;
}
.NavyBlue
{
	color: #0031AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.NormalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
}
a.Link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}
a.Link:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00B1CE;
	text-decoration: none;
	font-weight: bold; 
}
a.S_Link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}
a.S_Link:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B1CE;
	text-decoration: none;
	font-weight: bold; 
}
#menu ul
{

width:100%;
margin:0px;
padding:0px;
list-style-type:none;
}

#menu ul li
{
margin-bottom:3px;
padding:4px 0px 4px 10px;
clear:both;
border:solid 1px #000;
/* background:url('../images/off.jpg') no-repeat;
background-size:100% 100%; */
list-style-type:none;
background: -webkit-linear-gradient(#BABABA, #E4E3E1, #BABABA); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#BABABA, #E4E3E1, #BABABA); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#BABABA, #E4E3E1, #BABABA); /* For Firefox 3.6 to 15 */
background: linear-gradient(#BABABA, #E4E3E1, #BABABA); /* Standard syntax (must be last) */
}
#menu ul li:hover
{
/* background:url('../images/on.jpg') no-repeat;
background-size:100% 100%; */
background: -webkit-linear-gradient(#E6E6E6, #C7C6C6, #D8D4D5, #1D1D1D); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#E6E6E6, #C7C6C6, #D8D4D5, #1D1D1D); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#E6E6E6, #C7C6C6, #D8D4D5, #1D1D1D); /* For Firefox 3.6 to 15 */
background: linear-gradient(#E6E6E6, #C7C6C6, #D8D4D5, #1D1D1D); /* Standard syntax (must be last) */
}
#menu ul li a
{
font-weight:bold;
letter-spacing:1px;
font-size:13px;
font-family:calibri;
color:#000;
text-decoration:none;
}