/* Skinning help: 
	MENU
	http://www.telerik.com/help/aspnet-ajax/menu_appearancecssselectors.html
	http://www.telerik.com/help/aspnet-ajax/menu_appearancecssfile.html
	http://www.telerik.com/help/aspnet-ajax/menu_appearancecreatingacustomskin.html
*/

.RadMenu_Belle
{
	width: 164px;
	font-weight: normal;
	font-size: 10px;
	font-family:Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

.RadMenu_Belle UL
{
	margin-left: 0px;
}

.RadMenu_Belle .rmVertical
{
	background: transparent url(images/spacer.gif) repeat-x bottom left;
}

.RadMenu_Belle .rmItem .rmLink .rmText
{
	color: Black;
	padding-left:2em;
	padding-top:0.5em;
}

.RadMenu_Belle .rmItem .rmLink
{
	text-decoration:none;	
	height: 25px;
	cursor: pointer;
}

.RadMenu.RadMenu_Belle .rmSlide .rmVertical .rmLeftImage + .rmText {
padding-top: 0.3em;
}

.RadMenu_Belle .rmRootGroup .rmItem
{
	width: 164px;
}

.RadMenu_Belle .rmItem .rmFocused, .RadMenu_Belle .rmItem .rmExpanded,  .RadMenu_Belle .rmItem:hover
{
	background-color: #EBDBBA;
}

.RadMenu_Belle .rmGroup
{
	border: solid 1px black;
	background-color: #868A6D;
	text-decoration:none;	
	width: auto;
}

.RadMenu_Belle .rmGroup .rmItem
{
	padding-left:0em;
	width: auto;
}

.RadMenu_Belle .rmItem
{
	background: transparent url(images/spacer.gif) repeat-x top left;
}

.RadMenu_Belle .rmLast
{
}

.RadMenu_Belle .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) right center no-repeat;
}