/* 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:43px;
	position:relative;
	margin:0 auto;
	padding:0;
	top: 264px;
	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:636px;
	height:39px;
	position:absolute;
	right:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	left: 190px;
	top: 2px;
	
}
#menuPanel ul li{float:right; font:12px/30px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#menuPanel ul li a{width:113px; height:35px; display:block; padding:8px 0 0 0 ; background:     url("../images/button.gif"); text-decoration:none; text-align:center; margin:1px 1px 1px 1px; top:3px; left:0px; color:#FF9900;}
#menuPanel ul li a:hover{width:113px; height:35px; display:block; padding:8px 0 0 0; background:     url("../images/button-hover.gif") no-repeat 0 0 #AEAEAE;text-decoration:none; margin:1px 1px 1px 1px; color:#FFCC00;}
#menuPanel ul li.active{width:113px; height:35px; display:block; padding:8px 0 0 0; background:     url("../images/button-active.gif") no-repeat 0 0 #AEAEAE; text-decoration:none; text-align:center; margin:1px 1px 1px 1px; color:#FFFF00;}

