#mainmenu
{
	background:#e44553 url(images/mmenu.gif) repeat-x;
	margin-bottom: 0px;
}
#mainmenu table
{
	width:100%;
	
	background:url(images/mmenu_right.gif) no-repeat right;	
}
#mainmenu .withr
{
	width:100%;
	
	background:url(images/mmenu_right_withr.gif) no-repeat right;	
}
#mainmenu table td 
{
	height: 45px;
	vertical-align:middle;
	text-align:center;
	padding:0 15px;
	cursor:pointer;
}
#mainmenu table td.first
{
	background:url(images/mmenu_left.gif) no-repeat;
}
#mainmenu table td.selected
{
	background:#a6342e url(images/mmenu_act.gif) repeat-x;	
}
#mainmenu table td.selected_first
{
	background:#a6342e url(images/mmenu_left_act.gif) no-repeat;
}
#mainmenu table td.selected_last
{
	background:#a6342e url(images/mmenu_right_act.gif) right no-repeat;
}
#mainmenu table.withr td.selected_last
{
	background:url(images/mmenu_right_act_withr.gif) right no-repeat;
}

#mainmenu a, #mainmenu a:visited, #mainmenu a:link, #mainmenu a:active, #mainmenu a:hover
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
