﻿
.topMenu
{
	background-image: url(/themes/SlothMoller/pics/menu_side.png);
}
/* Main menu */
.mainMenuTopGroup
{
}

.mainMenuMenuGroup
{
}

.mainMenuItem
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: right;	
	cursor: pointer;
	padding-left:1px;
	padding-right:1px;

}

.mainMenuItemHover, .mainMenuItemActive, .mainMenuItemExpanded
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	background-color: #ccea55;
	color: #464646;
	text-align: right;	
	cursor: pointer;
}

.mainMenuSelectedItem, .mainMenuSelectedItemHover, .mainMenuSelectedItemExpanded
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #ccea55;
	color: #464646;
	text-align: right;
	cursor: pointer;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color:white;

}


/* the exception */ 
#theme_SlothMoller__layout_Layout1_m_menu1_0
{
	border-width: 0px 1px 0px 0px;
}
