body {
	background-color: #2D1F13;
	text-align: center;
	font-size: 10px;
	font-family: arial, sans-serif;
	vertical-align: middle;
}

#logobar {
     position:absolute;
     left:0px;
     top:0px;
     width:23px;
     height:562px;
     text-align:center;
     vertical-align:top;
     background-color:#F5811F;
}

#navbar {
     width:  60px;
     height: 562px;
     float: left;
}

.navbarclick {
     position: relative;
     left: 165px;
     top: -562px;
     text-align: center;
     width: 23px;
     height: 562px;
     background-color: #F5811F;
     z-index: 1000;
}
.navbarmain {
     position: relative;
     top: 562px;
     text-align: left;
     width: 125px;
     height: 542px;
     padding: 10px;
     z-index: 1000;
}

#mainmenu {
     position: relative;
     top: 0px;
     width: 165px;
     display: block;
     background-color: #40231E;
     display: none;
     z-index: 1000;
}
.mainmenu {
     height: 562px;
     width: 165px;
}

.mainitem {
     vertical-align: top;
     border-bottom:1px solid #5B3832;
}

.mainlinkCurr {
     line-height: 15px;
     font-family:  arial, helvetica, sans-serif;
     font-size: 11px; 
     font-weight: bold; 
     color: #FFFFFF;
}

a, a:link, a:hover, a:active, a:visited {
     font-size: 11px; 
     font-weight: bold; 
     color: #AEAEAE;
     text-decoration: none;
}
a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

a.mainlink, a.mainlink:link, a.mainlink:hover, a.mainlink:active, a.mainlink:visited {
     line-height: 15px;
     font-family: arial, helvetica, sans-serif;
     font-size: 11px; 
     font-weight: bold; 
     color: #AEAEAE;
     text-decoration: none;
}
a.mainlink:hover {
     color: #FFFFFF;
}
