/* CSS Document */

#menuContent a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#menuContent a:hover {
	color:#999;	
	 
}

#menuText ul { 
	list-style:none;
	list-style-type:none;
	display:block;
	margin: 0 0 0 0;
	padding:0 0 0 0; 
	
}

#menuText {

	float:left;
}

#menuText li {
	display:block;
	height:24px;
	width:200px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin:0 0 0 0;
	padding:2px 0 0 5px;
	vertical-align:middle;
	
}

#menuImages {
	width:33px;
	float:left;	
	
	
}

#menuImages li {
	width:33px;

	display:block;
	height:26px;
	margin:0 0 0 0;
	
	padding:0 0 0 0;	
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:2px;

	
}

#menuImages ul {
	list-style:none;
	list-style-type:none;
	display:block;
	margin: 0 0 0 0;
	padding:0 0 0 0; 
	
}