#menu { width:133px; padding-top:10px; padding-bottom:20px; padding-left:5px; padding-right:5px; color: rgb(99,38,38); font-size: 12px; float:left; font-weight: bold;}


#menu ul, #menu li {margin: 0px; padding: 0px; list-style: none; }
#menu ul ul {list-style-type: none; text-align: left; margin-left: 0px; }
#menu ul ul ul{ text-align: left; margin-left: 0px;}
#menu ul ul ul ul{ text-align: left; margin-left: 0px;}
#menu ul ul ul li {list-style-type: none; margin-left: 0px;}
#menu a {text-decoration: none;  outline: none;}
#menu a:hover{}


#menu li {/*padding-bottom: 5px;*/display:block; background:  rgb(251,251,251) ; border-bottom: 1px solid rgb(99,38,38); }
#menu li:hover {/*padding-bottom: 5px;*/display:block; /*background: url(../images/menu_hover.jpg) no-repeat center top;*/ background: rgb(99,38,38); }
#menu li a {display: block; text-align:center; font-weight: bold; color: rgb(99,38,38); padding: 8px 0px 8px 0px; font-weight: bold;}
#menu li:hover a {display: block; text-align:center; font-weight: bold; color: white; padding: 8px 0px 8px 0px; font-weight: bold;}
#menu li.select a {font-weight: bold; }



#menu li li {/*padding-top: 5px;*/ padding-bottom: 5px;/*color: rgb(99,38,38);*/ text-align: center;  /*background: url(../images/menu_normal.jpg) no-repeat center top;*/ background:  rgb(251,251,251) ; border-bottom: 1px solid rgb(99,38,38);}
#menu li li:hover {padding-bottom: 5px;display:block;/*background: url(../images/menu_hover.jpg) no-repeat center top;*/ background: rgb(99,38,38); }
#menu li li a {display: block;  text-align:center;  color: rgb(99,38,38);  width: auto; border: none; padding: 8px 0px 8px 0px; font-weight: normal; }
#menu li li:hover a {display: block; text-align:center; color: white; padding: 8px 0px 8px 0px; /*font-weight: bold;*/font-weight: normal;}
#menu li li.select a {font-weight: bold;}

#menu li:hover li a {color:rgb(99,38,38); font-weight: normal;} 
#menu li:hover li:hover a {color:white; font-weight: normal;} 



#menu li ul {display: none;}

