﻿
/* Right Menu */
#rightNavigation {
    float: right;    
    width: 220px;
    margin: 30px 0 20px; 
    padding-right: 20px; 
}
#rightNavigation dl {
    margin: 0 auto; 
    padding: 0 0 10px 0; 
    background: #6488a2 url(../images/subnav.jpg) repeat-y scroll 0 0;
}
#rightNavigation dt {
    margin: 0; 
    padding: 10px 10px 5px 10px; 
    font-size: 1.2em;
    font-weight:bold; 
    background: url(../images/subnav_heading.jpg) no-repeat scroll center top;   
    border-bottom:3px solid white;  
}
#rightNavigation dd {
    margin: 0; 
    padding: 0; 
    color: #fff; 
    font-size: 1em; 
    border-bottom:1px solid #fff; 
    background: #fff url(../images/subnav_bottom.jpg) no-repeat scroll center top;
}
#highlight dl {
    margin: 0 auto; 
}
#highlight dt {
    margin: 0; 
    padding: 10px; 
    font-size: 1.4em;
    font-weight:bold; 
    border-bottom:1px solid #fff; 
}
#highlight dd {
    margin: 0; 
    padding: 0; 
    font-size: 1em; 
}
#option a, #option a:visited {
    color: #fff; 
    text-decoration: none; 
    display: block; 
    padding:5px 5px 5px 30px;
    background: #2e78cf url(../images/option.gif) no-repeat scroll left top; 
    width: 185px;
}
#option a:hover {
    background: #1a58a1 url(../images/optionh.gif) no-repeat scroll left top; 
    color: silver;
}
#option a.selected {
    background: #80a2bd url(../images/options.gif) no-repeat scroll left top; 
    color:#9cf;
}
