/* Reference - http://www.asp.net/cssadapters/Whitepaper.aspx 
The classes that have the comment - this is not necessary - refer to rules that effect sub menus */

.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu /* Tier 1 */
{
    width: 13em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.SideBarContentFooter-Footer-MenuFooter li /* all list items */
{
    width: 9em;
}

.SideBarContentFooter-Footer-MenuFooter a, /* all anchors and spans (nodes with no link) */
.SideBarContentFooter-Footer-MenuFooter span
{
    color: Black;
    padding: 4px 2px 4px 8px;
}

.SideBarContentFooter-Footer-MenuFooter .AspNet-Menu-Horizontal
{
    position:relative;
    z-index: 300;
}

.SideBarContentFooter-Footer-MenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 100%;
}

.SideBarContentFooter-Footer-MenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 8em;
    text-align:center;
}

.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu 
{
    position: relative;
}

.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu, 
.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}

.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu li a,
.SideBarContentFooter-Footer-MenuFooter ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
    white-space:nowrap;
}

.HeaderRule
{
	clear:both;
	width:100%;
	margin:0;
}





