#menuleft1 a {
		display:block;
		width:71px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b1.jpg) 0 0 no-repeat;
		}
	#menuleft1 a:hover {	
		background-position: -71px 0;
		color: #ffffff;
		}
		
#menuleft2 a {
		display:block;
		width:82px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b2.jpg) 0 0 no-repeat;
		}
	#menuleft2 a:hover {	
		background-position: -82px 0;
		color: #ffffff;
		}
		
#menuleft3 a {
		display:block;
		width:84px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b3.jpg) 0 0 no-repeat;
		}
	#menuleft3 a:hover {	
		background-position: -84px 0;
		color: #ffffff;
		}
		
#menuleft4 a {
		display:block;
		width:105px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b4.jpg) 0 0 no-repeat;
		}
	#menuleft4 a:hover {	
		background-position: -105px 0;
		color: #ffffff;
		}

#menuleft5 a {
		display:block;
		width:106px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b5.jpg) 0 0 no-repeat;
		}
	#menuleft5 a:hover {	
		background-position: -106px 0;
		color: #ffffff;
		}
		
#menuleft6 a {
		display:block;
		width:158px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b6.jpg) 0 0 no-repeat;
		}
	#menuleft6 a:hover {	
		background-position: -158px 0;
		color: #ffffff;
		}
		
#menuleft7 a {
		display:block;
		width:56px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b7.jpg) 0 0 no-repeat;
		}
	#menuleft7 a:hover {	
		background-position: -56px 0;
		color: #ffffff;
		}
				
#menuleft8 a {
		display:block;
		width:85px;
		height:24px;
		font:normal 12px Arial;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 0;
		background: url(../images/menu_b8.jpg) 0 0 no-repeat;
		}
	#menuleft8 a:hover {	
		background-position: -85px 0;
		color: #ffffff;
		}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
color:#FFFFFF;
line-height:18px;
z-index:100;
background-color: #636363;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color:white;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#333333;
background-color: #F0F0F0;
}
