
.menu-button {
	
	background-image:url('../images/menu-bg.jpg');
	background-repeat:repeat;
	height:35px;
	width:107px;
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:absolute;
}


#navcontainer ul
{
margin: 0;
margin-left:0px;
padding: 0;
list-style-type: none;
width:205px;
line-height:120%;
xheight:35px;
}

#navcontainer ul li {
	border-bottom:1px solid #484848;
	xpadding-top:3px;
	xheight:35px;
}

#navcontainer .xar-menu-item a
{
display: block;
color: #000000;
xbackground-color: #ffffff;
xwidth: 181px;
width:auto;
padding: .2em .9em;
text-decoration: none;
background-image: url(../images/list-off.gif) ;
background-repeat:no-repeat;
background-position:3px center;
height:auto;
}

#navcontainer .xar-menu-item-current a
{
display: block;
color: #ffffff;
background-color: #484848;
xwidth: 179px;
padding: .2em .9em;
text-decoration: none;
background-image: url(../images/list-active.gif) ;
background-repeat:no-repeat;
background-position:3px center;
width:auto;
height:auto;
}


#navcontainer .xar-menu-item a:hover
{
background-color: #484848;
color: #ffffff;
background-image: url(../images/list-on.gif);
background-repeat:no-repeat;
background-position:3px center;
width:auto;
height:auto;
}

#navcontainer .xar-menu-item-current a:hover
{
background-color: #484848;
color: #ffffff;
background-image: url(../images/list-on.gif);
background-repeat:no-repeat;
background-position:3px center;
width:auto;
height:auto;
}
