ul, li {	
	margin: 0 0 0 -20px;
	}
	
.menu {
	cursor: pointer;
	color: #4a597b;
	text-decoration: none;
 	font: 12px Tahoma,Verdana,Arial,Helvetica, sans-serif;
 	display: block;
 	width: 190px;
	float: left;
	list-style-type: none;
	}
	
.menu a {
	color: #4a597b;
	text-decoration: none;
 	font: 12px Tahoma,Verdana,Arial,Helvetica, sans-serif;
 	display: block;
 	margin: 0; 
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	background: #e6f4ff;
	}
	
.menu dt {
	font-weight: normal;
	background: #e6f4ff;
	color: #4a597b;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	margin: 0;
	}
	
.menu dd {
	background-color: #fff;
	padding: 5px 0px 5px 10px;
	width: 190px;
	list-style-type: none;
	margin: 0;
	}
	
.menu li {
	background: #fff;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	margin: 0 0 0 -20px;
	}
	
.menu li a, .menu dt a {
	cursor: pointer;
	color: #4a597b;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	
	}
	
.menu dt:hover{
	color: #fff; 
	background: #4682b4;
	height: 25px;
	line-height: 25px; 
	}

.menu li a:hover, .menu dt a:hover {
	color: #fff; 
	background: #4682b4;
	height: 25px;
	line-height: 25px; 
	}

.menu a:active{
	color: #fff; 
	background: #ccc;
	height: 25px;
	line-height: 25px;
	
	}

.menu dt:active{
	color: #fff; 
	background: #ccc;
	height: 25px;
	line-height: 25px;
	}

.menu li a:active, .menu dt a:activ {
	color: #fff; 
	background: #ccc;
	height: 25px;
	line-height: 25px;
	}


