﻿@media screen
{
	#menu {width:945px; height:20px; padding:3px 0 0 0; margin:0 0 0 8px; border-top:1px solid #747474; background-color:#ececec;}
	#menu a {color:#0A59A4; }
	#submenu {clear:left; width:945px; height:20px; padding:3px 0 0 0; margin:0 0 0 8px; border-top:0px solid #e8e8e8; border-bottom:1px solid #747474; background-color:#ececec;}
	#submenu a {color:#0a59a4; }
	
	.easyMenu { height: 20px; padding-left: 1px; padding-right: 1px; }
	.easyMenuItemContainer { background-color:#ececec; vertical-align:middle; }
	.easyMenuItem { height: 20px;}
	.easyMenuItemOver { cursor: pointer; cursor: auto; height: 20px; text-decoration:underline; cursor:hand; font-weight:bold; }
	
	.easyMenuItemContentCell { text-align: center; white-space: nowrap; width:100%; }
	.easyMenuItemContentCell a { text-decoration:none; cursor:hand; font-weight:bold; font-size:8pt; }
	.easyMenuItemContentCellOver { text-align: center; white-space: nowrap; width:100%; }
	.easyMenuItemContentCellOver a { text-decoration:underline; cursor:hand; font-weight:bold; font-size:8pt;}

	.easyMenuItemSubMenuCell { width: 1px; font-size: 1px; height:20px; }
	.easyMenuItemSubMenuCell a { text-decoration:none; cursor:hand; }
	.easyMenuItemSubMenuCellOver { width: 1px; font-size: 1px; height:20px; }
	.easyMenuItemSubMenuCellOver a { text-decoration:underline; cursor:hand; }

	.easyMenuSeparator, .easyMenuSeparatorOver { width:1px; padding: 0px; }
	.easyMenuSeparatorContentCell,.easyMenuSeparatorContentCellOver { color: #d6d6d6; }

	/* do not change these classes */
	.menuContainerIframeUnderlay { border: 0px; position : absolute; visibility : hidden; top : -2000px; left : 0px; filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";  filter : "Alpha(Opacity='0')"; opacity : 0; --moz-opacity : 0; background-color: white; }
	#ob_em_mc { width: 100%; height: 100%; border-collapse: separate; border-spacing: expression(cellSpacing=0); border-spacing: 0px; }
	#ob_em_mc td { padding: 0px; }
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}

/* Telerik main menu style */

.menu-container 
{

}


.RadMenu
{
  float:none;
  width:945px; 
  height:22px; 
  padding-top:3px; 
  margin-left:8px; 
  border-top:1px solid #747474; 
  border-bottom:1px solid #747474; 
  font:normal 8pt verdana, tohoma, arial;
  background-color:#ececec;
}

.rmRootGroup
{
  background-color:#ececec !Important;
  background-image: none !Important; 
  border: none !Important;
}

.RadMenu ul
{
  vertical-align:middle; 
}

.RadMenu ul li
{
  height: 20px;
  padding-top: 2px !Important;
}

.RadMenu ul li a
{
  background-color:transparent !Important;
}

.RadMenu ul li a span
{  
  text-decoration:none;
  cursor:pointer !Important;
  color:#0A59A4;
  font-weight:bold;
}

.RadMenu ul li a span:hover
{
  text-decoration:underline;
}

.RadMenu ul li div
{

}

.RadMenu ul li div ul
{
  text-align:left !Important;
}

.RadMenu ul li div ul li
{
  height:25px;
}

.RadMenu ul li div ul li a
{ 
 
}

.RadMenu ul li div ul li a span
{
  padding-top:4px !Important;
  height:20px;
  text-decoration:none; 
  cursor:pointer !Important;
  font-weight:bold !Important;
}

.RadMenu ul li div ul li a span:hover
{
  text-decoration:underline !Important;  
}