A { text-decoration:none }
P { margin:0 0 0 0; }
.copytext { COLOR: #ff80ff; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }
.pmenutext { COLOR: #ff0000; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }
.bodytext { COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: normal; text-align: left; }
.bodytext_ctr { COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: normal; text-align: center; }
.bodytext2 { COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: normal; text-align: left; }
.titletext { COLOR: #FF99CC; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }
a:link { color: #5090cd; text-decoration: none; }
a:visited { color: #5090cd; text-decoration: none; }
a:active { color: #5090cd; text-decoration: none; }
a:hover { color: #ff80ff; text-decoration: none; }


#chromemenu{
width: 100%;
font-weight: normal;
font-size: 100%;
font: 10px arial, verdana, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 980px;
background: url() center center repeat-x;
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #ff3397;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(menu_bg2.jpg) center center repeat-x;
}