

@charset "utf-8";
/* CSS Document */



/* Add a margin - and a relative position with a high z-index to make it appear over any element below */
#menu_container {float: left;width:1000px; z-index:100;border-top: 0px solid #000; 

	background-image:url(../_resources/header.jpg);
	background-repeat:no-repeat;
	height:125px;

	}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {float:right;padding:0; margin:0; list-style-type: none;	text-align: center; }

/* Set up the link size, color and borders */	
#pmenu {display:block;font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; font-size:1.2em;text-decoration:none; text-indent:5px;}

/* Set up the list items */
#pmenu li {float:left;width: 89px;
	background-image:url(../_resources/nav_bg.jpg);
	background-repeat:no-repeat;
	height:33px;
	margin-top: 92px;	
	margin-right: 2px;
	padding-top: 10px;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;display: block;cursor:pointer;}

/* Make the hovered list color persist */
#pmenu :hover > a {color: #FFF;}

#pmenu li a{
	color: #fff;
	text-decoration: none;

}

#pmenu a:hover, #pmenu a:active{

	text-decoration: underline;
}

