#topmenu 
{ 
	text-align : left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.topmenu1_container 
{ 
	float : left; 
	font-size:11px;
} 

.topmenu_element 
{ 
	color : #5B5757; 
	cursor : pointer;
	height:15px;
} 

.topmenu_element a 
{ 
	color : #5B5757; 
	text-decoration : none; 
} 

.topmenu_element a:hover 
{ 
	color: #333; 
	text-decoration : none; 
} 

.topmenu_element_hover 
{ 
	color : #333; 
	cursor : pointer;
	height:15px;
	text-decoration : none; 
} 

.topmenu_element_hover a 
{ 
	color : #333; 
	text-decoration : none; 
} 

.topmenu_element_hover a:hover 
{ 
	color : #333; 
	text-decoration: none; 
} 
