<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.horizontalmenu{
background-color: #000000;
}

.bevelmenu{                 /* menu area */
font: bold 14px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #000000;
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{              /* button */
padding: 1px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #000000;
border: 1px solid #000000;
}

.bevelmenu li a:hover{        /* hover effect */
color: #ffffff;
background-color: #000000;
border: 1px solid #ffffff;
/* border-style: outset;
}

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



.divheader {
width: 100%;
margin: 0;
padding: 0;
color: #000000;
}

.divbody {
width: 100%;
color: #ffffff;
background-color: #181818;
margin: 0;
padding: 0}

.bodycss {
	color: #ffffff;
	background-color: #181818;
	font-family: arial;
	font-size: 14pt;
	width: 100%;
/*background-image:url(images/side.gif);
background-repeat: repeat-y;
margin: 0;
padding: 0;}

#divfiller {
position: absolute;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
background-image:url(images/side.gif);
background-repeat: repeat-y;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
}

</style>
