/* Basic CSS */

a, h2 a:hover, h3 a:hover {
	color: #FF0000;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a {
	color: #FF8000;
	text-decoration: none;
	}


/****** Menu ******/

.headerMenu {
	width: 370;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: #0000FF url(../images/silver/dark/top.jpg) no-repeat top right;
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	margin: 10px 22px 7px 22px;
	border: 0px;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: #0000FF;
	}
.headerMenu td#menu img#Img {display: block;width: 25px; height: 1px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td img {display: auto;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: auto;}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color:white; 
	border-right:0px solid #FF8000; 
	border-top:0px solid #FF8000; 
	background:#FF8000; 
	padding: 3 10 4 10; 
	display:block;
	}
a.menu:hover, a.menu:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color:white; 
	border-right:0px solid #ff0000; 
	border-top:0px solid #ff0000; 
	background:#ff0000; 
	padding: 3 10 4 10; 
	display:block;
	}
a.menuActive:link, a.menuActive:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color:black; 
	border-right:2px solid #0000FF; 
	border-top:2px solid #0000FF; 
	background:#ffffff; 
	padding: 3 10 4 10; 
	display:block;
	}
a.menuActive:hover, a.menuActive:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color:black; 
	border-right:2px solid #0000FF; 
	border-top:2px solid #0000FF; 
	background:#ffffff; 
	padding: 3 10 4 10; 
	display:block;
	}


/****** Menu ******/