﻿

.TopGroup2
{
	/*background-color: #333333;*/
	/*background-image: url('../img/topMenuBg.jpg');*/
	background-color:Transparent;
	border: 0px #8394AC solid;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
}
.MenuGroup2 {
	background-color: whitesmoke; /*border:0px #4E5358 solid;*/

  border:1px solid gainsboro; 
  border-bottom-color:#AAAAAA;

	cursor: pointer;
	font-family: Arial;
	font-size: 10px;
}
.TopMenuItem2 {
	/* background-color:#5A6B7D; */
  /*color:#000000; 
  font-family:tahoma; 
  font-size:11px; 
  border:1px #5A6B7D solid;
  cursor:pointer; */
  

	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;
	 

	font-weight:bold;
		font-size: 11px; /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009933,endColorStr=#336633);*/ /*text-transform: lowercase;*/
		color: #5b7084;
	/*background-image: url('../img/topMenuBg.jpg');*/
		font-family:Tahoma;
		/*background-color: #000000;*/
		background-color:Transparent;
	
		
		text-decoration: none;
		padding: 3px 5px 3px 3px;
		position:relative;
		padding:6px
}
.TopMenuItemHover2{
	/*border-right: white 1px solid;
	border-top: #DCDCDC 0px solid;
	border-bottom: gray 0px solid;
	border-left: #DCDCDC 1px solid;*/
	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;
	 
	font-weight:bold;
	font-size: 11px; /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C38E00,endColorStr=#FFCC33);*/ /*text-transform: lowercase;*/
	color: black;
	font-family:Tahoma; /*background-color:#081FAE;*/
	
	background-color:#DCDCDC;
	
	text-decoration: none;
	padding:6px
}
.TopMenuItemSelected2 {
  

	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;

	font-weight: bold;
	font-size: 11px; /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C38E00,endColorStr=#FFCC33);*/ /*text-transform: lowercase;*/
	color: black;
	
	font-family:Tahoma;
	background-color: #DCDCDC;
	text-decoration: none;
		padding:6px;

}
.MenuItem2 {
	/*border-bottom:1px solid #DCDCDC;
  border-left: gray 0px solid;*/
  border: 1px solid gainsboro;
	color: #5b7084;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	position:relative;
}
.MenuItemHover2 {
	/*border-bottom:1px solid gray;
  border-left: gray 0px solid;*/
    border:1px solid #ff6a03; 
  /*border-bottom-color:#AAAAAA;*/
	background-color: #DCDCDC; 
	
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
}
.MenuItemExpanded2 {
	/*border-bottom:1px solid #DCDCDC;
  border-left: #DCDCDC 1px solid;*/
    border:1px solid #ff6a03; 
  
		background-color: #DCDCDC;
		
	color: #000000;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	padding:6px
}
/* Selected item styles ------------------------------------ */
.SelectedItem2 {
	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;
	 background-color:gainsboro;
	
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight:bold;
	padding:6px;
}
.SelectedItemHover2 {
	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;
	 background-color:gainsboro;
	
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	padding:6px
}
.SelectedItemExpanded2 {
	 border-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:gainsboro;
	 border-left-width:0px;
	 border-top-width:0px;
	 border-right-width:0px;
	
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	padding:6px
}