/* Edgewater Top Menu */

#edgewater_header a {

    display: block;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0.25em  auto 0.25em;
    color: #276490;
    font-size:16px;
    font-weight: bold;
    text-decoration: none;    
    
}

#edgewater_header a:hover,
#edgewater_header a.active {
    color: #b82a3a;
}

/* Crownline Top Menu */

.CrownlineBtn {
    float:left;
    display: block;
    height:49px;    
    background-position: 0 0;
}

.CrownlineBtnOn,
.CrownlineBtn:hover {
    background-position: 0 49px;
}

#bowridersbtn {
    width:99px;
    background-image: url(images/bowriders.gif);   
}

#deckboatsbtn {
    width:104px;
    background-image: url(images/deck_boats.gif);       
}

#cuddycabinsbtn {
    width:128px;
    background-image: url(images/cuddy_cabins.gif);       
}

#cruisersbtn {
    width:88px;
    background-image: url(images/cruisers.gif);          
}

#crownline_models a {
    display: block;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0.7em  auto 0.5em;
    color: #276490;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
    
}

#crownline_models a:hover,
#crownline_models a.active {
    color: #ac3e41;    
}

/* Right Menu */

#btnSpecifications {   
    background-image: url(images/specifications.gif);
    height:52px;
}

#btnStdFeatures {
    background-image: url(images/std_features.gif);
    height:27px;    
}

#btnOptFeatures {
    background-image: url(images/opt_features.gif);
    height:26px;    
}

#btnPerformance {
    background-image: url(images/performance.gif);
    height:27px;    
}

#btnGallery {
    background-image: url(images/gallery.gif);
    height:34px;    
}

#btnBrochure {
    background-image: url(images/download_brochure.gif);
    height:87px;    
}


.RightBtn {
    display: block;
    width:225px;
    background-position:0 0;  
}

.RightBtnOn,
.RightBtn:hover {
    background-position: 225px 0;
}

.right-link-box {
    background: #000;/* url(images/right_black_box.jpg) no-repeat bottom center;*/
    padding: 1em;
    padding-left: 50px;
    padding-right: 0.25em;
    height:100%;
}

.right-link {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.right-link:hover {
    color: #276490;
}
