﻿a.menuitem
{
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    width: 123px;
}

a.menuitem:visited
{
    color: #000000;
}

div#ctl00_tvwMenu .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
}

div#ctl00_tvwMenu .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #000000 !important;
}

div.menulink,
div.submenulink
{
	border-bottom: solid 1px white;
	float: left;
	padding-top: 11px;
	text-align: left;
}

div.menulink
{
	border-left: solid 1px white;
	min-height: 26px;
	height: auto ! important;
	height: 26px;
	width: 165px;
}

div.submenulink
{
	border-top: solid 1px white;
	padding-left: 15px;
	padding-bottom: 10px;
	min-height: 16px;
	height: auto ! important;
	height: 16px;
	width: 150px;
}

div.collapsemenu,
div.expandmenu,
span.spacemenu
{
	float: left;
	text-align: left;
	width: 15px;
	height: 18px;
}

span.spacemenu
{
	min-height: 26px;
}

ul#ctl00_tvwMenu_UL
{   
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul#ctl00_tvwMenu_UL li
{
    background-repeat: repeat-y;
    float: left;
    text-decoration: none;
}

ul#ctl00_tvwMenu_UL ul
{
    list-style: none;
    margin: 14px 0px 0px 0px;
    padding: 0;
}

.AspNet-TreeView-Hide
{
    display: none;
}

#ctl00_tvwMenu
{
	width: 100%;
}

/*
Compatibility settings to ensure that the navigation menu
renders as before now that the CSS friendly tree view adapters 
all tree views.
*/
div#ctl00_tvwMenu li.AspNet-TreeView-Leaf 
{
	margin-left: 0px;
}

div#ctl00_tvwMenu ul li 
{
	padding: 0px;
	white-space: normal;
}