@charset "utf-8";
/* CSS Document */

ul#navmenu a {
	  background:url(../images/shade.jpg) bottom repeat-x #FFD600;
	  }
	  
ul#sidenav a:hover {
  background-image: url(../images/yellowpos.gif);
 }
	  
#main {
background-image: url(../images/bg2.gif);
padding-left: 8px;
float: none;
}

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background:url(../images/shadehover.jpg) top repeat-x #ffed84;
  color: #000;
}

 
 #wrapper {
 background: url(../images/shadowright.gif) repeat-y 768px 0;
 width: 776px;
 padding-right: 8px;
 }

#leftcorner {
	background: url(../images/bottomleft.gif) #c8c8c8 repeat-x;
	width: 8px;
	float: left;
	height: 8px;
	padding: 0;
	}
	
#rightcorner {
	background: url(../images/bottomright.gif) repeat-x;
	width: 8px;
	height: 50px;
	padding: 0;
	float: left;
	}
