.NavBar
{
  background-color:white;
  background-image: url(../../images/asamarxleftcol.jpg); 
  padding: 0px;
  padding-bottom: 0px;
  cursor: default; 
  display:block;
} 

.TopItem
{
  color:white;
  background-image: url(../../images/menuup.jpg);
  background-repeat:no-repeat;
  background-color: #757495; 
  font-family: Arial; 
  font-size: 11px; 
  font-weight: bold;
  border-bottom-style:solid; 
  border-right-style:solid;
  border-bottom-color:white; 
  border-right-color:white; 
  border-bottom-width:1px; 
  border-right-width:2px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color: #FFFFFF;
  background-image: url(../../images/menuhover.jpg.gif);
  background-repeat:no-repeat;
  background-color: #757495; 
  font-family:Arial; 
  font-size: 11px; 
  font-weight: bold;
  border-bottom-style:solid; 
  border-right-style:solid;
  border-bottom-color:white; 
  border-right-color:white; 
  border-bottom-width:1px; 
  border-right-width:2px; 
  padding-top: 4px; 
  padding-bottom: 2px;
  padding-left:25px; 
  cursor:hand;
}

.Level2Item
{
  color: #FFFFFF;
  background-image: url(../../images/submenuup.jpg);
  background-repeat:no-repeat;
  background-color: #757495; 
  font-family:Arial; 
  font-size: 11px; 
  font-weight: bold;
  border-bottom-style:solid; 
  border-right-style:solid;
  border-bottom-color:white; 
  border-right-color:white; 
  border-bottom-width:1px; 
  border-right-width:2px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  padding-left:25px; 
  cursor:hand;
}


.Level2ItemHover
{
  color: #FFFFFF;
  background-image: url(../../images/submenuhover.jpg);
  background-repeat:no-repeat;
  background-color: #757495; 
  font-family:Arial; 
  font-size: 11px; 
  font-weight: bold;
  border-bottom-style:solid; 
  border-right-style:solid;
  border-bottom-color:white; 
  border-right-color:white; 
  border-bottom-width:1px; 
  border-right-width:2px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  background-image: url(images/group_bg.gif);
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.Empty
{
}
.collapsePanelHeader{	
	width:100%;		
	height:20px;
	background-image: url(images/item_bg.gif);
	background-repeat:repeat-x;
	color: Yellow;
	font-weight:bold;
	padding-top:3px;
}
.collapsePanel {
	
	background-color:white;	
	 border: 1px solid #57566F;
	 text-align: center;
}

.TabStyle .ajax__tab_tab {     
  color: #FFFFFF;
  background-image: url(images/item_bg.gif);
  background-repeat:repeat-y;
  background-color: #757495; 
  font-family: Arial; 
  font-size: 11px; 
  font-weight: bold;
   Height :18px;
  text-align: center;
  cursor:hand;
  padding-left :1px;
    
 
} 

.TabStyle .ajax__tab_body 
{
	font-family :Arial;
     font-size:12px ; 
     border:1px solid #999999; 
     border-top:0;     
     background-color:#ffffff; 
     padding-left :5px;
      padding-top :5px;
} 


.TabStyle .ajax__tab_header { 
      background:url(images/tab-line.gif) repeat-x bottom; 
} 

.TabStyle .ajax__tab_outer    { 
      background:url(images/tab-right.gif) no-repeat right;
    padding-left :1px;
  height :18px;
} 

.TabStyle .ajax__tab_inner    { 
background:url(images/tab-left.gif) no-repeat; 
padding-left :3px;
height :18px;
} 

.TabStyle .ajax__tab_hover .ajax__tab_outer { 
     background:url(images/tabs-hover-right.gif) no-repeat right; 
      padding-left :1px;
 height :18px;
} 

.TabStyle .ajax__tab_hover .ajax__tab_inner { 
     background:url(images/tabs-hover-left.gif) no-repeat; 
     padding-left :3px;     
     height :18px;
     
} 

.TabStyle .ajax__tab_hover .ajax__tab_tab { 
  color: #FFFFFF;
  background-image: url(images/item_hoverBg.gif);
  background-color: #757495; 
  font-family:Arial; 
  font-size: 11px; 
  font-weight: bold;
  Height :18px;
 text-align: center;
  cursor:hand;
  padding-left :1px;
} 

.TabStyle .ajax__tab_active .ajax__tab_outer { 
     background:url(images/tab-active-right.gif) no-repeat right; 
} 

.TabStyle .ajax__tab_active .ajax__tab_inner { 
     background:url(images/tab-active-left.gif) no-repeat;    
} 

.TabStyle .ajax__tab_active .ajax__tab_tab { 
     background:url(images/tab-active.gif) repeat-x; 
     color :#57566F;
     Height :18px;
      padding-left :1px; 
       text-align: center;
}




