
.menu li{
	float:left;
	padding:0px;
}
		
.menu li a{
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	height:50px;
	text-align:center;
	text-decoration:none;
}
		
		.menu .btn1 .btn1link{background:#333333 url("imgs/menu/btn01.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn1 .btn1link:hover{background:#333333 url("imgs/menu/btn01h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn2 .btn2link{background:#333333 url("imgs/menu/btn02.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn2 .btn2link:hover{background:#333333 url("imgs/menu/btn02h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn3 .btn3link{background:#333333 url("imgs/menu/btn03.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn3 .btn3link:hover{background:#333333 url("imgs/menu/btn03h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn4 .btn4link{background:#333333 url("imgs/menu/btn04.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn4 .btn4link:hover{background:#333333 url("imgs/menu/btn04h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn5 .btn5link{background:#333333 url("imgs/menu/btn05.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn5 .btn5link:hover{background:#333333 url("imgs/menu/btn05h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn6 .btn6link{background:#333333 url("imgs/menu/btn06.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn6 .btn6link:hover{background:#333333 url("imgs/menu/btn06h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		.menu .btn7 .btn7link{background:#333333 url("imgs/menu/btn07.jpg") bottom right no-repeat; width:12px;height:77px;}
		.menu .btn7 .btn7link:hover{background:#333333 url("imgs/menu/btn07h.jpg") bottom right no-repeat; width:12px;height:77px; cursor:pointer;}
		
		
.menu .submenu a{
	background-color:#999999;
	color:#000000;
	width:180px;
	height:40px;
	padding:0px 10px;
	font-size:8px;
	text-transform:uppercase;
	border-left:4px solid #CCCCCC;
}	
.menu .submenu a:hover{
	background-color:#FFFFFF;
	border-left:4px solid #990000;
	color:#990000;
	width:180px;
	height:40px;
	padding:0px 10px;
	text-transform:uppercase;
}
		
.menu li ul{
	background:#FFFFFF;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:180px;
	z-index:200;
	border:solid 2px #CCCCCC;
	border-top:none;
	padding:0px 24px 0px 0px;
	}
	
.menu li:hover ul{
	display:block;
}

.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:180px;
}
	
.menu li:hover li a{
	background:none;
}

.menu li ul a{
	display:block;
	height:40px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
}

.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
}

.menu p{
	clear:left;
}	

		
