.top_navigation{
    
    left:135px;
    top:95px;
    position:absolute;
    width:800px;
   
    height:auto;
    
}

.top_navigation a, .top_navigation a:hover, .top_navigation a:visited{
    font-size:19px;
    text-decoration:none;
    color:#fff;
    
    
}

.btn_base{
    margin:0px;
    padding:14px 10px 8px 10px;
}



.btn_base:hover, .btn_selected{
    background-image:url('/images/layouts/top_menu/top_menu_selected.png');
    background-repeat:repeat-x;

    border-bottom:3px solid #bee2f2;
}

.top_navigation_secondary{
    float:right;
    text-align:center;
    margin:5px 1% 5px 0px;
    
    color:#c5dfec;
}

.top_navigation_secondary a, .top_navigation_secondary a:visited{
    color:#c5dfec;
}

.top_navigation_secondary_main{
    margin-top:17px;
	white-space:nowrap;
    margin-bottom:8px;
}

.top_navigation_secondary_main a{
    padding:0 5px;
}

.top_navigation_secondary_main a, .top_navigation_secondary_main a:visited,
top_navigation_secondary_main a:hover{
    font-size:1.1em;
}

.top_navigation_secondary_minor a, .top_navigation_secondary_minor a:visited,
top_navigation_secondary_minor a:hover{
	white-space:nowrap;
    font-size:0.9em;

}