.menuDouble {
width: 85px;
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#b35e5f;
background-color:#FEF4E6;
border-bottom:#BEB2A2;
border-bottom-style:solid;
border-bottom-width:2px;
background-image:url(/images/divide.gif);
 background-position: right;
 background-repeat: no-repeat;
 line-height: 12px;
 padding-top: 2px;
 padding-bottom: 2px;
}
.menuSingle {
width: 85px;
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#b35e5f;
background-color:#FEF4E6;
border-bottom:#BEB2A2;
border-bottom-style:solid;
border-bottom-width:2px;
background-image:url(/images/divide.gif);
 background-position: right;
 background-repeat: no-repeat;
 line-height: 28px;
}
.menuHome {
width: 85px;
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#b35e5f;
background-color:#FEF4E6;
border-bottom:#BEB2A2;
border-bottom-style:solid;
border-bottom-width:2px;
line-height: 28px;
}
.menuSingle a, .menuDouble a, .menuHome a {
	text-decoration: none;
}
.menuSingle a:hover, .menuDouble a:hover, .menuHome a:hover {

}
#menuBox {
text-align:center;
width: 100%;

}