body 
{
	margin: 0px;
	background-color: #333333;
	font-family: Calibri,Verdana, Arial, Century Gothic, sans-serif;
	font-size: 11px;
	color:#000000;
}

td.shadow_left {
	background-image: url(../design/pics/style/leftshadow.jpg);
	background-repeat: repeat-y;
	background-color: #333333;
	background-position: right;
}

td.shadow_right {
	background-image: url(../design/pics/style/rightshadow.jpg);
	background-repeat: repeat-y;
	background-color: #333333;
	background-position: left;
}
td.center {
	background-color:#666666;
}

/*meniu */

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
background-color:#333333;
border: 1px solid #999999;
text-decoration:none;
font-size:14px;
color:#FFFF66;

}

.bevelmenu li a:hover{
color:#660066;
background-color:#FFCC00;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}