						
#btns
						{
						position: relative;	
						font-family: arial, serif;						
						margin-top: 0px;
						width: 265px;
						float: left;
						z-index: 1000;
						}
						
#content #btns ul
						{
						width: 225px;
						position: relative;	
						margin: 0;
						padding: 0;
						list-style: none;
						overflow: visible;			
						margin-top: 5px;		
						margin-left: 35px;	
						font-weight: bold;
						}	
						
#content #btns ul li
						{
						position: relative;
						text-align:left;
						background: url('../images/btn_1.gif') no-repeat;						
						height: 26px;		
						margin-bottom: 0px;						
						padding-top: 6px;
						padding-left: 40px;
						}															
						
#content #btns ul li a
						{															
						font-family: tahoma;
						text-decoration: none;
						margin-left: 20px;
						color: #ffffff;
						}		
						
#content #btns ul li a:hover
						{
						color: #ff0000;
						font-weight: bold;
						
						}																																														
						
#content #btns .top_btn
						{
						background: url('../images/topnav') no-repeat 0px 0px;
						height: 79px;			
						text-align: center;
						color: #c5347c;
						font-family: 'arial black';
						font-weight: bold;
						padding-left: 0px;
						margin-top: 0px;
						padding-top: 18px;						
						}	
#content #btns .bot_btn
						{
						background: url('../images/button_box_bottom.gif') no-repeat;
						height: 34px;	
						margin-bottom: 5px;				
						}		
						
#content #btns ul li ul
						{					
						display: none;
						}
						
						
						
#content #btns ul li:hover ul
						{	
						position: absolute;				
						display: block;
						top: 0px;
						left: 190px;
						z-index: 1500;
						}