.nav a:link, .nav a:visited {
font-size:11px; 
font-family:verdana; 
font-weight:bold; 
text-decoration: none; 
color:#000000; 
padding:1px 0px 1px 0px;}

#navOn {background-color:#fff;  
border-bottom:1px solid #fff; 
text-decoration: none;}

.style1 {color: #592517 
text-decoration: none; 
font-weight:bold;}

td.navEl {
	border-bottom: 2px solid red;
	border-right: 2px solid Red;
	border-left: 2px solid #ffb6c1;
	height: 36px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
	
td.navElOn, td.navEl2On {
	border-bottom: 2px solid red;
	border-right: 2px solid Red;
	border-left: 2px solid #ffb6c1;
	height: 36px;
	background-color: #eee;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td.navElOnHome {
	border-right: 2px solid red;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 36px;
	background-color: #fff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td.navElOnOver {
	border-right: 2px solid red;
	border-left: 2px solid #eee;
	border-bottom: 2px solid red;
	background-color: #eee;
	height: 36px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
td.navElOver {
	border-right: 2px solid red;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background-color: #eee;
	height: 36px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}

td.navElOnOver a:hover, td.navElOn a:hover, td.navElOver a:hover, td.navEl a:hover, td.navElOnHome a:hover {
	color: red;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
	display: block;
	font-weight: bolder;
}
td.navElOnOver a:link, td.navElOn a:link, td.navElOver a:link, td.navEl a:link, td.navElOnHome a:link {
	color: #333;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
td.navElOnOver a:visited, td.navElOn a:visited, td.navElOver a:visited, , td.navEl a:visited, td.navElOnHome a:visited {
	color: #333;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	font-weight: bolder;
}
div.dd1, div.dd2 {
				position:absolute; 
				visibility:hidden; 
				padding:3px; 
				width:220px; 
				background-color:#eee; 
				text-decoration: none; 
				font-weight:bold; 
				}
div.dd1 {
	border-right: 2px solid red;
	border-left: 2px solid red;
	border-bottom: 2px solid red;
	text-decoration: none;
	font-weight: bold;
}
div.dd2 {
	border: 2px solid red;
	text-decoration: none;
	font-weight: bold;
}
div.dd, div.ddHigh {
				font-size:10px; 
				font-family:verdana; 
				color:#000; 
				font-weight:bold; 
				width:220px; 
				padding:1px; 
				text-decoration: none; 
				font-weight:bold; 
				}
div.ddHigh {background-color:#ccc; color:#592517; text-decoration: none; font-weight:bold; }

#mainTable { width: 800px; }

#global {
     margin-left: auto;
     margin-right: auto;
     width: ...; /* mandatory to be centered */
	 text-align: left /* to realign your text */
     }
	  
body {
     margin: 0; /* to avoid margins */
     text-align: left; /* to correct the centering IE bug*/
	font-size:11px; 
	font-family:verdana;   
     }

td.smallCaps {
	font-size: 20px;
	font-family: verdana;
	font-variant: small-caps;
	font-weight: bold;
	background-color: yellow;
	color: black;
}

A.menu {
	color: black;
	font-size: 18px;
	font-family: verdana;
	font-variant: small-caps;
	font-weight: bold;
	background-color: red;
	color: white;
}