
body {
	background-color: #dddddd;
}

.box {
	background: #fff url(bg.jpg) repeat-y;
	width: 716px;
	margin: 1em auto 0 auto;
	color: #000000;
}

.box-contents {
	background: url(bottom.jpg) no-repeat bottom left;
	padding: 0 30px 30px 30px;
}

.corner-box {
	width: 500px;
}

.menu{ 
width: 100%;
font-weight: bold;
}

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

.menu ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a{
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #000000;
padding: 3px 3px 3px 5px;
background: #f4f4f4;
transparency:10%;
border-left: 4px solid #cccccc;

}


.menu ul li a:hover{

	background: #FFFFCC;
color: #ff0000;
border-left: 4px solid #7897f2;
}