@CHARSET "UTF-8";

#dropdown_nav,
#dropdown_nav ul
 { 
	line-height     : 1;
	list-style      : none;
	margin          : 0;
	padding         : 0;
	font-family     : Tahoma,arial,sans-serif;
	font-weight     : normal;
	font-style      : normal;
	text-decoration : none;
	list-style-type : none;
	font-size       : 13px;
	float           : left;
	clear           : none;
}

#dropdown_nav a {
	display         : block;
}

#dropdown_nav li {
	float           : left;
	margin          : 0;

}

#dropdown_nav li a {
	display         : block;
	height          : 20px;
	text-align      : left;
	font-family     : Tahoma,arial,sans-serif;
	font-weight     : normal;
	font-style      : normal;
	text-decoration : none;
	list-style-type : none;
	font-size       : 13px;
    color           : #00519e;
}




#dropdown_nav li a:hover {
	font-size          : 13px;
	font-weight        : normal;
	color              : #79b51c;

}
