﻿#divNavigator {
  float:left;
  width:100%;
  background-color:White;
  font-size:93%;
  line-height:normal;	
  height:25px;  
  }
  
#divNavigator ul {
  margin:0;
  padding:0px 0px 0 0px;
  list-style:none;
  }
  
#divNavigator li {
  display:inline;
  margin:0;
  padding: 0 1px 0 0;
  
  }
  
#divNavigator .leftTab {
  float:left;
  background:url("../images/tab-left.gif") no-repeat;
  margin:0;
  padding:0 0 0 12px;
  text-decoration:none;
  }
  
   
  #divNavigator .middleTab {
  float:left;
  display:block;
  background:url("../images/tab-middle-2.gif") repeat right top;
  padding:5px 15px 4px 6px;
  color:White;  
  font-family: Tahoma;
  font-weight: bold;
  cursor:hand;

  }
  
    #divNavigator .seperatorTab {
  float:left;
  display:block;
  background:url("../images/tab-middle-2.gif") repeat right top;
  padding: 5px 5px 4px 0px;
  color:White;  
  font-family: Tahoma;
  font-weight: bold;


  }
  
  #divNavigator .rightTab {
  float:left;
  display:block;
  background:url("../images/tab-middle.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:White;
  font-family: Tahoma;
  font-weight: bold;
  cursor:hand;
  height:23px;
  }

#divNavigator a {
	text-decoration:none;
  }
  
  /**************/
#navigation {
	height: 24px;
	line-height: 24px;
	/*border: solid 0px red;*/
	/*width:250px;*/
	/*float: right;*/
}
 
#navigation a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
 
#navigation ul {
	background-image: 
	url('../images/tab-middle-3.gif');
	background-repeat: repeat-x;
	height: 24px;
	color: #ffffff;
	font-size: small;
	font-family: verdana, arial, helvetica;
	/*margin-left: 20px;*/
	position: relative;
}
 
 
#navigation ul li {
	height: 24px;
	display: inline;
	list-style-type: none;
}
 
#navigation ul li:hover {
	background-image: 
	url('images/menubg.gif');
	background-repeat: repeat;
}


/****/

#divNavigatorNew {
  float:right;
  /*width:320px;*/
  width:480px;
  background-color:White;
 line-height : 26px;
  height:26px;  
  
  }
  
#divNavigatorNew ul {
  /*margin:0;
  padding:0px 0px 0 0px;
  list-style:none;*/
  white-space:nowrap;
	height: 26px;
	display: inline;
	list-style-type: none;
  }
  
#divNavigatorNew li {
  
 /* display:inline;
  margin:0;
  padding: 0 1px 0 0;*/
  
  white-space:nowrap;
	height: 26px;
	display: inline;
	list-style-type: none;
	
  
  }
  
  #divNavigatorNew a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 10px 0px 10px;
}

 /*#divNavigatorNew a.hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}*/

  #divNavigatorNew span.withleft  {
  
  display:inline;
  float:right;
  background:url("../images/tab-left-4.gif") no-repeat;  
  height: 26px;
  width: 17px;
margin-top: 0px;
  }
  
  #divNavigatorNew span.withright {
  
  display:inline;
  float:right;
  background:url("../images/tab-right-4.gif") no-repeat;  
  height: 26px;
  width: 10px;
  margin-top: 0px;

  }
    #divNavigatorNew .middle {
  float:right;
  
  display:inline;
  background:url("../images/tab-middle-4.gif") repeat-x;
  height: 26px;
  }
  
 #divNavigatorNew span.separator  {
  
  display:inline;
  float:right;
  background:url("../images/tab-seperator-4.gif") no-repeat;  
  height: 26px;
  width: 3px;
  margin-top: 0px;

  }
 