/****************************************************************************************/
/* RadMenu Top Navigation skin */
/****************************************************************************************/

/* Contains the appearance of the menu in general. */
.MainMenu
{
	background: none;
}

/* Contains the appearance of the top level menu item text. */
.MainMenu .rmLink
{
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	color: #645faa;
	font-weight: bold;
	font-size: 11pt;	
	text-align: left;
	line-height: 23px;
	padding:20px 5px 0px 12px;
	white-space:normal;
}

/* Contains the appearance of the top level menu item when the mouse is hovered over it. */
.MainMenu .rmLink:hover, .MainMenu .rmFocused, .MainMenu .rmExpanded
{	
	cursor: hand;
}

/* Contains the overall appearance of the child level menu items. */
.MainMenu .rmGroup
{
	border: ridge 1px #645faa;
	background: #645faa;
	width:auto;
	white-space:nowrap;
}

/* Contains the appearance of the child level menu item text. */
.MainMenu .rmGroup .rmLink
{
	
	border-bottom: ridge 0px #c6c4df;
	font-weight: normal;
	text-align: left;
	padding:0px 20px 0px 5px;
	color: #c6c4df;
	white-space:nowrap;
}

/* Contains the appearance of the child level menu item when the mouse is hovered over it. */
.MainMenu .rmGroup .rmLink:hover, .MainMenu .rmGroup .rmFocused, .MainMenu .rmGroup .rmExpanded
{
	background: #c6c4df;
	color: #645faa;
}

