@charset "utf-8";
/* CSS Document */

#nav{
	width: 980px;
	height: 38px;

	background-image:url(../_resources/backgrounds/nav_bg.gif);

}


 body.home #pmenu li.home,
 body.aboutus #pmenu li.aboutus,
 body.contactus #pmenu li.contactus

 {
	color: #FF0000;
 }


 body.home #pmenu .home a, 
 body.aboutus #pmenu .aboutus a,
 body.contactus #pmenu .contactus a
 {
 	color: #000;
 }


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {position:relative; padding-top: 113px;width:980px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;	text-align: center; }

/* Set up the link size, color and borders */	
#pmenu a{display:block;font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; font-size:15px;text-decoration:none; text-indent:5px;}

/* Set up the list items */
#pmenu li {float:left; font-size:10pt; margin-top: 10px;margin-bottom: 10px; }

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu :hover > a {color: #FFF;}

#pmenu li a{
	color: #fff;
}
#pmenu li a:active{


}

#pmenu a:hover{
	color: #FFF;
}