/* CSS Document */


body{
div, ul, h1, h2, h3, li, p, img: margin:0; padding:0;
}
ul{list-style-type:none;}



/*This is the position on the page to which the buttons are anchored */
#menuPanel{
width:500px
	height:50px;
	position:relative;
	margin:0 auto;
	padding:0;
	top: 264px;
	width: 220px;
	height: 37px;
	z-index: 0;
	left: -276px;
	
}
 
#menuPanel img{
	width:50px;
	height:30px;
	z-index:1;
	padding:0;
	position:absolute;
	margin:0 0 0 0;
	left: -10;
	top: 2;
	height: 39px;
	z-index: 0;
	
}
/*OTHER PAGES BUTTON MENU PANEL*/

#menuPanel ul{
	display:block;
	width:513px;
	height:39px;
	position:absolute;
	right:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	left: 40px;
}
#menuPanel ul li{float:right; font:12px/30px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#menuPanel ul li a{width:120px; height:30px; display:block; padding:0; background:  url("../images/button.gif"); text-decoration:none; text-align:center; margin:1px 1px 1px 1px;; top:0px; left:0px; color:#555;}
#menuPanel ul li a:hover{width:120px; height:30px; display:block; padding:0; background:  url("../images/button-hover.gif") no-repeat 0 0 #AEAEAE;text-decoration:none; margin:1px 1px 1px 1px; color:#333333;}
#menuPanel ul li.active{width:120px; height:30px; display:block; padding:0; background:  url("../images/button-active.gif") no-repeat 0 0 #AEAEAE; text-decoration:none; text-align:center; margin:1px 1px 1px 1px; color:#000;}
