ul.mainmenu
{
	margin:0px;
	padding:0px;
	list-style:none;
	/*display:block;*/
	width:100%;
	font:12pt Georgia;
	font-weight:bold;
	/*background:url(../images/menubar2.jpg) no-repeat;*/
    background:url(../images/request2.png) no-repeat;
	height:55px;
}

.mainmenu li.line {
	padding:0px;
	background:url(../images/topline.jpg) left top no-repeat;
	/*background:url(../images/leftHeader.png) left top no-repeat;
	width:100%;
	height:40px;*/
	width:19px;
	height:55px;
	border-right:none;
}

.mainmenu li.left
{
	padding:0px;
	/*background:url(../images/menubar1_leftedge.png) left top no-repeat;
	background:url(../images/leftHeader.png) left top no-repeat;
	width:100%;
	height:40px;*/
	width:36px;
	margin-top:2px;
	/*height:55px;
	border-right:none;*/
}
.mainmenu li.right
{
	margin:0px;
	padding:0px;
	/*background:url(../images/rightHeader.png) left top no-repeat;
	width:6px;
	height:40px;*/
	background:url(../images/menubar1_rightedge.png) left top no-repeat;
	width:40px;
	height:55px;
	border-right:none;
}
.mainmenu li
{
	display:block;
	float:left;
	/*border-right:1px solid #D9D1D1;*/
    padding:0px;
    margin:0px;
}
.mainmenu li.spacer {
	/*background:url(../images/topHeaderSeparate.gif) repeat-y;*/
	background:url(../images/dividers.jpg);
    background-repeat: repeat-y;
    #background-repeat: repeat;
    float: left;
    display: block;
	margin:5px 0 0 0;
    padding: 0;
    width: 1px;
	height:43px;
	vertical-align:text-bottom;
}
.mainmenu li a
{
	margin-top:1px;
	padding:0px;
	/*background:url(../images/gradient.jpg) left top repeat-x;*/
	/*background:url(../images/topHeaderFiller.gif) left top repeat-x;*/
	height:55px;
	line-height:53px;
	display:block;
	padding:0 12px;	
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	float:left;
}
.mainmenu li a:hover
{
	margin-top:1px;
	padding:0px;
	/*background:url(../images/gradientOver.jpg) left top repeat-x;*/
	/*background:url(../images/hover1.png) left top repeat-x;*/
    background:url(../images/mouse-over.png) left top repeat-x;
	height:55px;
	width:auto;
	line-height:53px;
	font-weight:bold;
	display:block;
	padding:0 12px;	
	color:#771E1E;
}
.mainmenu li a.active
{
	margin-top:1px;
	padding:0px;
	/*background:url(../images/gradientactive.jpg) left top repeat-x;*/
	/*background:url(../images/2menubar_slice2.png) left top repeat-x;*/
	/*background:url(../images/hover1.png) left top repeat-x;*/
    background:url(../images/mouse-over.png) left top repeat-x;
	height:55px;
	width:auto;
	line-height:53px;
	font-weight:bold;
	display:block;
	padding:0 12px;	
	color:#771E1E;
}
.mainmenu .first
{
	/*background:url(../images/gradient.jpg) left top repeat-x;
	height:40px;*/
	/*background:url(../images/topHeaderFiller.gif) left top repeat-x;*/
	/*background:url(../images/menubar_slice1.png) left top repeat-x;*/
	width:auto;
	height:55px;
	line-height:49px;
	/*padding-left:8px;*/
	
}
.mainmenu .current
{
	margin-top:1px;
	/*background:url(../images/hover1.png) left top repeat-x;*/
    background:url(../images/mouse-over.png) left top repeat-x;
    height:55px;
	width:auto;
	line-height:53px;
	color:#771E1E;
	font-weight:bold;
}
.mainmenu .current1
{
    /*padding-left:23px;
    background:url(../images/left-edge.png) left top no-repeat;*/
    height:55px;
    width:auto;
    line-height:53px;
    color:#771E1E;
    font-weight:bold;
    margin-top:1px;
}
.mainmenu .current1_active
{
    padding-left:23px;
    background:url(../images/left-edge.png) left top no-repeat;
    height:55px;
    width:auto;
    line-height:53px;
    color:#771E1E;
    font-weight:bold;
    margin-top:1px;
}
.mainmenu .current1:hover
{
    padding-left:0px;
    background:url(../images/left-edge.png) left top no-repeat;
    height:55px;
    width:auto;
    line-height:53px;
    color:#771E1E;
    font-weight:bold;
    margin-top:1px;
}
.mainmenu .current2
{
    padding-left:35px;
    background:url(../images/right-edge.png) left top no-repeat;
    height:55px;
    width:auto;
    line-height:53px;
    color:#771E1E;
    font-weight:bold;
    margin-top:1px;
    /*margin-left: 7px;*/
}
.mainmenu .last
{
	border-right:none;
	background:url(../images/gradient.jpg) left top repeat-x;
	height:40px;
	padding-right:9px;
	line-height:40px;
}
