/* -------css for default html tags -------*/	

TD {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
}

P {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/* ------- start css for drop down menu ------- */

.MenuBar
  {
  /*background:  url(../images/common/bg_mainlinks.jpg);*/
  background-color: #B7B4A3;
  color: #535353;
  font-family: Arial;
  font-size:11px;
  font-weight: bold;
 /*height: 24px;*/
  clear: both;
 /* width: 100%;*/
  padding: 0px 0px 0px 0px;
  margin: 0;
  }
  
.MenuHorizontal
{
  /*background:  url(../images/common/bg_mainlinks.jpg);*/
	background-color: #B7B4A3;
	color: #535353;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	line-height: 20px;
	height: 20px;
}

.MenuHorizontal li
  {
 /*background:  url(../images/common/bg_mainlinks.jpg);*/
  color: #535353;
  font-family: Arial;
  font-size:11px;
  font-weight: bold;
  cursor: pointer ;
  float: left;
  position: relative;
  padding: 0 0 0 0px;
  }
  
.MenuHorizontal li a{
 /*background:  url(../images/common/bg_mainlinks.jpg);*/
 color: #535353;
  font-family: Arial;
  font-size:11px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 0px;
  }
.MenuHorizontal li a:visited{
 /*background:  url(../images/common/bg_mainlinks.jpg);*/
 color: #535353;
  font-family: Arial;
  font-size:11px;
  font-weight: bold;
  text-decoration: none;
    padding: 0 0 0 0px;
  }
.MenuHorizontal li a:hover{
 /*background:  url(../images/common/bg_mainlinks.jpg);*/
 color: #EE9307;
  font-family: Arial;
  font-size:11px;
  font-weight: bold;
  text-decoration: none;
    padding: 0 0 0 0px;
  }
  
  
.MenuVertical
  {
  font-family: Arial;
  font-size:11px;
  font-weight: normal;
  background-color: #B7B4A3;
  color: #545253;
  padding: 0;
  margin: 0;
  list-style: none;  width: 180px !important;
  width /**/: 180px;  }

.MenuVertical li  
  {
  font-family: Arial;
  font-size:11px;
  font-weight: normal;
  background-color: #EAEAE2;
  color: #545253;
  padding: 0px 0px 0px 3px;
  border-top; #FFFFFF 1px solid;
  border-left: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  border-bottom: #FFFFFF 1px solid;
  margin: 0;
  list-style: none;  width: 180px !important;
  width /**/: 180px;  }
  
.MenuVertical li a
  {
  font-family: Arial;
  font-size:11px;
  font-weight: normal;
  background-color: #EAEAE2;
  color: #545253;
  padding: 0px 0px 0px 3px;
  margin: 0;
  list-style: none;  width: 180px !important;
  width /**/: 180px;  }
   
.MenuVertical li a:visited
{
	font-family: Arial;
	font-size:11px;
	font-weight: normal;
	background-color: #EAEAE2;
	color: #545253;
	padding: 0px 0px 0px 3px;
	margin: 0;
	list-style: none;  width: 180px !important;
	width /**/: 180px;  }

.MenuVertical li a:hover
  {
	font-family: Arial;
	font-size:11px;
	font-weight: normal;
	background-color: #B7B4A3;
	color: #ffffff;
	padding: 0px 0px 0px 3px;
	margin: 0;
	list-style: none;  width: 180px !important;
	width /**/: 180px;  /* display: block;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFBF71;*/
}
   


.Level1
{
	position: relative; 
	left: 0px;

}

.Level2
  {
  position: absolute; 
  top: 20px;
  left: 0px;
  display: none;
  }
  
.Level2 li:visited,
.Level2 li.visited
  {
 font-family: Arial;
  font-size:11px;
  font-weight: bold;
  background-color: #FF9431;
  color: #C10D00;
   padding: 0px 0px 0px 3px;
  margin: 0;
  list-style: none;  width: 180px !important;
  width /**/: 180px;  }

.Level2 li:hover,
.Level2 li.over
  {
 font-family: Arial;
  font-size:11px;
  font-weight: bold;
  background-color: #B7B4A3;
  color: #ffffff;
  padding: 0px 0px 0px 3px;
  margin: 0;
  list-style: none;  width: 180px !important;
  width /**/: 180px;  }




.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  { 
  display: block;
  }

 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li
  {
  behavior: url(../includes/ieMenu.htc) ;

  /* My ISP is not configured properly to use htc files */
  /* Change the above to behavior: url(ieMenu.htc)      */
  }
/* ------- end css for drop down menu ------- */

