@CHARSET "UTF-8";

#menu{
    height: 57px;
    width: 910px;
    padding: 0px;
	margin:0px;
	border: 0px solid green;
}
div.button{
    height: 57px;
    width: 124px;
    margin: 0px;
	margin-left:-12px;
    padding: 0px;
    float: left;
    display: block;
    overflow: hidden;
	/*background-image: url("button.gif");*/
}
div.first{
    margin-left: 0px;
}
div.back{
    height: 57px;
    width: 124px;
    margin-left: 0px;
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding: 0px;
	overflow:hidden;
}

div.backLeft{
	background-image: url("pics/backLeft.gif");
	width:0px;
	height:100%;
	float:left;
}
div.backCenter{
	background-color: #dd6401;
	width:0px;
	height:100%;
	float:left;
}
div.backRight{
	background-image: url("pics/backRight.gif");
	width:0px;
	height:100%;
	float:left;
}
div.back2{
    height: 100%;
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 0px;
    top: -57px;
    background-image: url('pics/button2.gif');
}
a.link, a.link:hover, a.link:visited, a.link:active{
    position: relative;
    top: -114px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
	font-weight:normal;
    font-size: 13px;
	text-transform:uppercase;
}
a.double, a.double:hover, a.double:visited, a.double:active{
    padding-top: 12px;
}
a.single, a.single:hover, a.single:visited, a.single:active{
    padding-top: 20px;
}
