/* Start refactor */
.top_navigation_menu {
    float: left;
    width: 1024px;
    height: 35px;
    border: 0px solid #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
}

.navigation_link {
    font-size: 18px;
    color: #fdc453;
    text-decoration: none;
}

.navigation_link:hover {
    color: #fdc453;
    text-decoration: underline;
}

/* End refactor */ /*

.navigation {

}

.navigation A {
	font-family: Verdana, Arial, Helvetica; sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.navigation A:hover {
	color: #890401;
	text-decoration: none;
}

*/ /*--------------------------------------- Navigation Footer ----------------------- */
.navigation-footer {
    color: #999999;
}

.navigation-footer A {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
}

.navigation-footer A:hover {
    color: #999999;
    text-decoration: none;
}