.menu, #menuTitle, div#bottomMenu, div#topMenu
{
   width: 19em;
}
div#topMenu
{
   background-image: url(../images/topbar_menu_slice.gif);
   background-repeat: repeat-x;
   text-transform: uppercase;
   height: 29px;
   text-align: center;
}
span#topMenuText
{
   display: block;
   padding-top: 5px;
   font-weight: bold;
   font-size: small;
   padding-left: .2em;
   color: #ffffff;
}
.menu li
{
   list-style-type: none;
   font-size: 11px;
   border: solid 1px #666666;
   border-collapse: collapse;
}
/*Selector for the main section titles */
.menu div.AspNet-Menu-Vertical > ul > li > span
{
   padding: .1em 0 .1em .2em;
   display: block;
   background-color: #000000;
   color: white;
   font-weight: bold;
}
/*Select the leaf list elements*/
.menu li.AspNet-Menu-Leaf
{
   padding: .2em 0 .2em 1.2em;
   background-color: #d8e4f2;
   background-image: url(../images/Arrow_Menu_Icon.gif);
   background-repeat: no-repeat;
   background-position: left center;
}
/*link for list element leaf*/
.menu li.AspNet-Menu-Leaf a
{
   color: black;
   display: block;
   text-decoration: none;
   width: 18em;
}
.menu li.AspNet-Menu-Leaf:hover
{
   background-color: #0056BF;
   padding-left: 2em;
}

.menu li.AspNet-Menu-Leaf:hover a
{
   color: #FFFFFF;
   font-weight: bold;
   width: 16.7em;
}
div#bottomMenu
{
   background: #ffffff url(../images/menu_bottom_bar.gif) repeat-x;
   color: #2287E3;
}

