/*
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: 1px 1px 1px 10px;
padding: 1px;
}
ul.Navigation li
{
padding-top: 10px;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
ul.Navigation li a
{
text-decoration: underline;
color: #800000;
font-weight: bold;
}
ul.Navigation li a:hover
{
text-decoration: none;
color: #800000;
font-weight: bold;
}
ul.Navigation ul
{
list-style-type: none;
width: 100%;
margin: 1px 1px 1px 10px;
padding: 1px;
}
ul.Navigation ul li
{
padding-top: 1px;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
ul.Navigation ul li a
{
text-decoration: underline;
color: #800000;
font-weight: normal;
}
ul.Navigation ul li a:hover
{
text-decoration: none;
color: #800000;
font-weight: normal;
}
/* Selected
styles */
ul.Navigation .selected
{
padding-top: 10px;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
ul.Navigation .selected a
{
text-decoration: underline;
color: #800000;
font-weight: bold;
}
ul.Navigation .selected a:hover
{
text-decoration: none;
color: #800000;
font-weight: bold;
}
ul.Navigation .selected ul
{
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
ul.Navigation .selected ul a
{
text-decoration: underline;
color: #800000;
font-weight: normal;
}
ul.Navigation .selected ul a:hover
{
text-decoration: none;
color: #800000;
font-weight: normal;
}
ul.Navigation ul li.selected
{
padding-top: 1px;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
ul.Navigation ul li.selected a
{
text-decoration: underline;
color: #800000;
font-weight: normal;
}
ul.Navigation ul li.selected a:hover
{
text-decoration: none;
color: #800000;
font-weight: normal;
}
/*
TableNavigation - the style applied to the table navigation menu
*/
table.Navigation
{
width: 100%;
border: 0;
table-layout: fixed;
padding: 1;
margin: 1 1 1 10;
}
tr.Navigation
{
border: 0;
}
td.Navigation
{
padding-top: 10px;
border: 0;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
a.Navigation
{
text-decoration: underline;
color: #800000;
font-weight: bold;
}
a.Navigation:hover
{
text-decoration: none;
color: #800000;
font-weight: bold;
}
tr.NavigationCurrent
{
border: 0;
}
td.NavigationCurrent
{
padding-top: 10px;
border: 0;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
a.NavigationCurrent
{
text-decoration: underline;
color: #800000;
font-weight: bold;
}
a.NavigationCurrent:hover
{
text-decoration: none;
color: #800000;
font-weight: bold;
}
tr.NavigationSub
{
border: 0;
}
td.NavigationSub
{
border: 0;
white-space: nowrap;
color: #800000;
font-size: 13px;
font-family: Arial, Helvetica, Verdana;
}
a.NavigationSub
{
text-decoration: underline;
color: #800000;
font-weight: normal;
}
a.NavigationSub:hover
{
text-decoration: none;
color: #800000;
font-weight: normal;
}
tr.NavigationSubCurrent
{
border: 0;
}
td.NavigationSubCurrent
{
border: 0;
white-space: nowrap;
}
a.NavigationSubCurrent
{
text-decoration: underline;
color: #800000;
font-weight: normal;
}
a.NavigationSubCurrent:hover
{
text-decoration: none;
color: #800000;;
font-weight: normal;
}
/*
Site Map styles:
SiteMapNavigation - the style applied to the site map navigation table and links
*/
table.SiteMapNavigation
{
width: 100%;
border: 0;
table-layout: fixed;
padding: 5 5 5 5;
}
a.SiteMapNavigation
{
text-decoration: underline;
color: #000000;
font-weight: bold;
}
a.SiteMapNavigation:hover
{
text-decoration: none;
color: #000000;
font-weight: bold;
}
a.SiteMapNavigationSub
{
text-decoration: underline;
color: #000000;
}
a.SiteMapNavigationSub:hover
{
text-decoration: none;
color: #000000;
}

