/*
Navigation styles - these are the styles applied to the navigation menu
*/
/*
List navigation styles - the styles applied to the list type navigation menu
*/
ul.Navigation
{
list-style-type: none;
width: 100%;
margin: 0px;
padding: 0px;
font-size: 11px;
font-weight: bold;
background-image: url(../../Files/Template/RHP_Links_Back.gif);
}
ul.Navigation li
{
padding: 10px 10px 7px 10px;
background-image: url(../../Files/Template/RHP_Link_Back.gif);
background-repeat: no-repeat;
}
* html ul.Navigation li
{
height: 15px;
}
ul.Navigation li a
{
color: #fff;
text-decoration: none;
}
ul.Navigation li a:hover
{
text-decoration: underline;
color: #e2cfc0;
}
/* Selected
styles */
ul.Navigation .selected
{
color: #e2cfc0;
}
ul.Navigation .selected a
{
text-decoration: none;
color: #e2cfc0;
}
ul.Navigation .selected a:hover
{
text-decoration: underline;
color: #e2cfc0;
}
/*
Sub links
*/
ul.Navigation ul
{
margin-top: 3px;
padding-bottom: 3px;
list-style-image: url(../../Files/Template/RHP_SL_Icon.gif);
list-style-type: none;
list-style-position: outside;
}
* html ul.Navigation ul
{
margin-left: 25px;
}
ul.Navigation ul li
{
padding: 0px 2px 2px 0px;
background-image: none;
}
* html ul.Navigation ul li
{
height: auto;
}
ul.Navigation ul li a
{
color: #fff;
}
ul.Navigation li.selected ul
{
list-style-type: none;
}
ul.Navigation li.selected ul li
{
padding: 0px 2px 2px 0px;
background-image: none;
vertical-align: top;
}
ul.Navigation li.selected ul li a
{
color: #fff;
}


