/* CSS Document */

#Menu {
width: 100%px 
} 

#Menu a:link {
/* Your back ground color*/
background-color: #CC9933; 
/*1px is the width of border - solid is...well solid other options are double*/
border-top: 1px solid #CC9933; 
border-bottom: 1px solid #CC9933; 
/*Font weight could be bold - Font size - Font name*/
font: normal 13px Verdana; 
/*font color*/
color: #330000; line-height: 1.4;
/*other options uppercase and lowercase*/
text-transform: capitalize; 
padding-left: 0px; 
height: 20px;
/*other options underline and overline*/
text-decoration : none;
} 


#Menu a:visited { 


background-color: #CC9933; 
border-top: 1px solid #CC9933; 
border-bottom: 1px solid #CC9933; 
display: block; 
font: normal 13px Verdana; 
color: #330000; line-height: 1.4; 
text-transform: capitalize; 
padding-left: 0px; 
height: 20px;
text-decoration : none;
}


#Menu a:hover { 
background-color: #79410A;
border-top: 1px solid #79410A; 
border-bottom: 1px solid #79410A; 
display: block; 
font: normal 13px Verdana; 
color: #FFFFFF; 
line-height: 1.4; 
text-transform: capitalize; 
padding-left: 0px; 
height: 20px; 
} 

.style1 {font-size: 14px}
.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
}
.style3 {font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style4 {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #62080A;
}