
<!--
#menu1 {width:1020px; margin:0 auto;}


ul#nav {margin-top:0px; padding-top:0; list-style:none; width:1000px; height:10px;}


ul#nav li {float:left; }


ul#nav li a.nav1 {display:block; width:120px; height:34px; background:url(../images/new-images/nav1.jpg) no-repeat
 0 -48px; text-indent: 40px;}


ul#nav li a.nav1:hover {background-position: 0 0;}




#menu2 {width:1020px; margin:0 auto;}


ul#nav2 {margin-top:0px; padding-top:0; list-style:underline; width:1200px; height:10px;}


ul#nav2 li {float:left; }


ul#nav2 li a.nav2 {display:block; width:200px; height:34px; background-color:#fff;}


ul#nav2 li a.nav2:hover {background-position: 0 0;}





a:link            { 
font-size: 16px;
font-weight: bold; 
text-decoration: none; 
color: gold;

}

a:visited         { 
font-size: 16px;
font-weight: bold; 
text-decoration: none; 
color: silver;
}

a:hover           { 
font-size: 16px;
color: #fff;
background-color: aqua; 
text-decoration: underline;
}

a:active {
color: aqua;
background-color: #fff; 

}

#sidebar ul {
	width:100px; 
	padding:0px; 
	margin:0px; 
} 

#sidebar li { 
list-style-type: none;
margin-top: 3px; 
} 

#sidebar li a { 
	display:block; 
        background-image:url(../images/button.jpg); 	
        background-repeat: no-repeat;        
        width:160px; 
	height:31px; 
	text-align:left; 
        padding-top: 5px; 
        padding-left: 5px;
        color:#AFCAFF; 
	font-weight:bold;
}


#sidebar a:hover { background-color: #5B0101;
color: :#BA0400;

}

-->