@charset "iso-8859-1";
/* style Copyrighted © by Unicorne.com™. Duplication or redistribution is strictly prohibited. */
/* Bvel Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;	
margin-bottom: 0px;
background-color: #FFFFEF;
scrollbar-face-color: #EDEDED;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-shadow-color: #CCCCCC;
scrollbar-arrow-color: #999999;
scrollbar-track-color: #F1F1F1;
}

     A:link {text-decoration: none; color: #006600;} 
     A:visited {text-decoration: none; color: #999933;} 
	 A:active {text-decoration: none;color: #CC0000;}
     A:hover {text-decoration: underline; color: #000066; font-weight: bold;} 

.bevelmenu{
font: bold 9px arial;
padding: 3px 0;
margin: 0;
width: 100%;
background-color: #F7F7F7;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 2px 0.5em;
text-decoration: none;
color: black;
background-color: #E6E6E6;
border: 2px solid #CCCCCC;
}

.bevelmenu li a:hover{
color: black;
background-color: #D7C99B;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
