.menuBg
{
	background-image:url(../images/design/mainMenuBg.gif);/**/
	background-repeat:repeat-x;
	height:28px;
	margin:0;
	padding:0;
}


.TopGroup
{
	/*background-color:none;*/
	/*border-left:solid 1px #ffffff; /**/
	background:none;
	cursor:pointer; 
	height:28px;
	padding:0;
	margin:0;
}


.MenuGroup
{  
	/*border-left:solid 1px #ffffff;/**/
	background:none;
	cursor:pointer; 
	height:28px;
	padding:0;
	margin:0;
}

.TopMenuItem
{
	/*border-left:solid 1px #ffffff; /**/
	background-image:url(../images/design/mainMenuBg.gif);/**/
	background-repeat:repeat-x;
	color:#008ECE;
	text-align:center;
	/*vertical-align:middle;/**/
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:28px;	
	cursor:pointer; 
}

.TopMenuItemHover 
{	
	/*border-left:solid 1px #ffffff;/**/ 	 	
	background-image:url(../images/design/mainMenuBgOn.gif);/**/
	background-repeat:repeat-x;
	color:#008ECE;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:28px;	
	cursor:pointer;
}


.TopAdvertMenuItem
{
	/*border-left:solid 1px #ADB7DA;  	*/
	background-image:url(../images/design/mainMenuBg.gif);/**/
	background-repeat:repeat-x;
	color:#008ECE;
	text-align:center;
	vertical-align:middle;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:28px;	
	cursor:pointer; 
}

.TopAdvertMenuItemHover 
{	
	/*border-left:solid 1px #ADB7DA; 	*/
	background-image:url(../images/design/mainMenuBgOn.gif);
	background-repeat:repeat-x;
	color:#008ECE;
	text-align:center;
	vertical-align:middle;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:28px;	
	text-decoration:none; 
	cursor:pointer; 
}

.MenuItem
{
	background-color:#EAEBED;
	/*border-left:solid 1px #ADB7DA; 	*/
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;	
	height:18px;	
	color:#008ECE;
	cursor:pointer; 
	border-bottom:1px solid #8BC4DF; 
}

.MenuItemHover 
{
	background-color:#E0E2E4;
	/*border-left:solid 1px #ADB7DA;*/ 
	background-image:url(../images/design/mainMenuBgOn.gif);
	background-repeat:repeat-x;	
	color:#008ECE;
	text-align:left;
	vertical-align:middle;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none; 
	line-height:18px;		
	height:18px;
	cursor:pointer;
	border-bottom:1px solid #8BC4DF; 
}

.MenuBreak
{
 /* background-image:url(../images/XMenu/break_bg.gif);*/
  width:100%;
  height:0px;
}
