﻿.SmardtSubMenu ul.AspNet-Menu /* Tier 1 */
{
font-family:Tahoma;
font-size:12px;

}

.SmardtSubMenu li /* all list items */
{
margin-left:0px;
}

.SmardtSubMenu li:hover, /* list items being hovered over */
.SmardtSubMenu li.AspNet-Menu-Hover
{

}

.SmardtSubMenu a /* all anchors and spans (nodes with no link) */
{}
.SmardtSubMenu span
{
padding:2px 8px 2px 8px;

text-align:center;
background: transparent;
color:#333;
font-family:Tahoma;
font-size:11px;
text-decoration:underline !important;

}

.SmardtSubMenu a:hover{}
.SmardtSubMenu span:hover
{
color:#000;
/*

filter:alpha(opacity=70);
opacity:0.70;
background:#0066CC;
margin:0px 0px 0px 0px;
width:108px !important;
*/
}

.SmardtSubMenu a.AspNet-Menu-Selected span /* this tier is selected */
{
text-decoration:none !important;
color:#000;
font-weight:bold;

}
.SmardtSubMenu li.AspNet-Menu-Selected /* this tier is selected */
{

background:transparent;
}

.SmardtSubMenu .AspNet-Menu-ChildSelected span /* a tier below this one is selected */
{
text-decoration:none !important;
color:#000;
font-weight:bold;

}

.SmardtSubMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}
