/* styles necessary for the Go section of the website */

#layout_page {
    background: #edf8fe url(images/body_bg_pro.gif) repeat-x 0 0;
}

#nav_secondary .page_item a:hover {
    border-bottom: 13px solid;
}

#nav_secondary .current_page_item a, #nav_secondary .current_page_ancestor a {
    border-bottom: 13px solid;
}

#gopro_tabs {
	position: relative;
}

#go_tab {
    background:transparent url(images/go_front.gif) no-repeat scroll left bottom;
    display:block;
    height:49px;
    text-indent:-10000px;
    width:122px;
    position: absolute;
    top: 6px;
    left: 29px;
}

#pro_tab {
    background:transparent url(images/pro_back.gif) no-repeat scroll left bottom;
    cursor:pointer;
    display:block;
    height:49px;
    text-indent:-10000px;
    width:86px;
    position: absolute;
    top: 6px;
    left: 155px;
}

