﻿/*bottom menu*/
.bottomMenu
{
	margin:5px 0px 0px 110px;
}
.bottomMenu 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 */
}
.bottomMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.bottomMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.bottomMenu li /* all list items */
{    
    background: transparent;
}

.bottomMenu li:hover, /* list items being hovered over */
.bottomMenu li.AspNet-Menu-Hover
{
    background: transparent;
}

.bottomMenu a, /* all anchors and spans (nodes with no link) */
.bottomMenu span
{
	font-size:9pt; 
	font-weight:bold;
	text-align:center;
	color:#000; 
    padding: 0px 20px 0px 20px;
    background: transparent url(Images/seperatorItem.gif) right center no-repeat;
}

.bottomMenu li.AspNet-Menu-Leaf a, /* leaves */
.bottomMenu li.AspNet-Menu-Leaf span
{
    /*background-image: none !important;*/
}

.bottomMenu li:hover a, /* hovered text */
.bottomMenu li:hover span,
.bottomMenu li.AspNet-Menu-Hover a,
.bottomMenu li.AspNet-Menu-Hover span,
.bottomMenu li:hover li:hover a,
.bottomMenu li:hover li:hover span,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.bottomMenu li:hover li:hover li:hover a,
.bottomMenu li:hover li:hover li:hover span,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    text-decoration:none;
	color: #CC0000;
    /*background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}

.bottomMenu li:hover li a, /* the tier above this one is hovered */
.bottomMenu li:hover li span,
.bottomMenu li.AspNet-Menu-Hover li a,
.bottomMenu li.AspNet-Menu-Hover li span,
.bottomMenu li:hover li:hover li a,
.bottomMenu li:hover li:hover li span,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.bottomMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #CC0000;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.bottomMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.bottomMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.bottomMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	border: solid 1px #0000ff !important;
}
/*end of bottom menu
.BottomMenu
{
	 font-size: 9pt; 
	 font-weight: bold;
	 text-align: center;
	 color: #000;
	 padding-right:20px;
	 background: transparent url(Images/seperatorItem.gif) right center no-repeat;
}

.BottomMenu:hover
{	 
	 text-decoration:none;
	 color: #CC0000;
}
*/
