/*.menulist
{
 Color:  #AA0000;
  Font-Size:10px;
 Font-Weight: normal;
}
.menuover
{
 cursor: hand;
  Font-Size:10px;
 Font-Weight: normal;
  Color: #E1E5E9;
} */ 
/**/
.menuStripe
{   
*background-image: url("../images/menubg.jpg");
 background-repeat: repeat-x;
}

/*
.homebutton
{
font-Size:10px;
 Font-family: Arial; 
 padding: 4px;
 width: 70;
 color: white;
}

.button
{
 Font-Size:10px;
 Font-family: Arial; 
 padding: 4px;
 width: 70;
 color: White;
}
a.menu
{
 font-family: Tahoma,Verdana,Arial; 
 font-weight: bold;
 font-size: 12; 
  Text-Decoration: none;
 Border:none;    
} */
 
.menu a
{
 font-family: Tahoma,Verdana,Arial; 
 font-weight: bold;
 font-size: 11; 
 color: Black;
 Text-Decoration: none;
 Border:none;    
}
.menu{
 font-family: Tahoma,Verdana,Arial; 
 font-weight: bold;
 font-size: 11; 
 color: #FF5500;
 Text-Decoration: none;
 }
.menu a:hover 
{  
 font-family: Tahoma,Verdana,Arial; 
 font-weight: bold;
 font-size: 11; 
 color: #FF5500;
 Text-Decoration: none;
 Border:none;    
} 
 
ul {
 margin: 0;
  list-style: square;
  padding : 0;
 }
 
ul li {
 position: relative;
 }
 
 li ul  {
 position: absolute;
 top: 20;
 width: 135px;
 left: -10 px;
 display: none;
 }
 
/* Styles for Menu Items */
ul li a {
 display: block;
 text-decoration: none;
  /* background: #b8d3f4;  IE6 Bug */
 padding: 0px;
 /*border: 1px solid #9c9e9c;*/
 border-top: 0;
 }
 
/* Fix IE. Hide from IE Mac \*/
html ul li { float: left; height: 1%; }
html ul li a { height: 1%; }
/* End */

li ul li a.menu { padding: 4px 5px;    } /* Sub Menu Styles */

ul li a:hover { color: #FF5500;        } /* Hover Styles */

li ul li a { 
padding: 5px 5px;  
background : #CBD2D8; 
background-image : url(../images/menubg.jpg);
 } /* Sub Menu Styles */
  
li:hover ul, li.over ul { display: block; } /* The magic */
 