/* RadMenu Default skin */

.RadMenu_nemco
{
}

.RadMenu_nemco.link /* Top level link block */
{
    cursor: pointer;
}
* html .RadMenu_nemco.link /* Top level link block for IE6 */
{
}
.RadMenu_nemco.first .link /* First link in the menu */
{
}
.RadMenu_nemco.last .link /* Last link in the menu */
{
}

.RadMenu_nemco.link:hover,
.RadMenu_nemco.focused,
.RadMenu_nemco.expanded /*Top level link hover state */
{
	
}

.RadMenu_nemco.text /* Top level link text */
{
}

.RadMenu_nemco.group /* This is the drop down menu as a whole */
{   
}

.RadMenu_nemco.group .link /* Drop down link block */
{
}

* html .RadMenu_nemco.group .link /* Min Width for IE */
{
}

.RadMenu_nemco_rtl .group .link
{
}

.RadMenu_nemco.first .group .link
{
}
.RadMenu_nemco.last .group .link
{   
}

.RadMenu_nemco.group .text /* Drop down link text */
{
}


.RadMenu_nemco_rtl .group .text
{
}

/* Drop down item hover state */
.RadMenu_nemco.group .link:hover,
.RadMenu_nemco.group .focused,
.RadMenu_nemco.group .expanded
{
}

.RadMenu_nemco.leftArrow,
.RadMenu_nemco.rightArrow,
.RadMenu_nemco.topArrow,
.RadMenu_nemco.bottomArrow,
.RadMenu_nemco.leftArrowDisabled,
.RadMenu_nemco.rightArrowDisabled,
.RadMenu_nemco.topArrowDisabled,
.RadMenu_nemco.bottomArrowDisabled
{
}

.RadMenu_nemco.topArrow,
.RadMenu_nemco.topArrowDisabled
{
}

.RadMenu_nemco.bottomArrow,
.RadMenu_nemco.bottomArrowDisabled
{
}

.RadMenu_nemco.rightArrow,
.RadMenu_nemco.leftArrow
{
}

.RadMenu_nemco.rightArrow,
.RadMenu_nemco.rightArrowDisabled
{
}

.RadMenu_nemco.vertical .separator .text
{
}

.RadMenu_nemco.expandLeft,
.RadMenu_nemco.expandRight
{
}

.RadMenu_nemco_rtl .expandLeft,
.RadMenu_nemco_rtl .expandRight
{
}

.RadMenu_nemco.link:hover .expandLeft,
.RadMenu_nemco.link:hover .expandRight,
.RadMenu_nemco.focused .expandLeft,
.RadMenu_nemco.focused .expandRight,
.RadMenu_nemco.expanded .expandLeft,
.RadMenu_nemco.expanded .expandRight
{
}

.RadMenu_nemco_rtl .link:hover .expandLeft,
.RadMenu_nemco_rtl .link:hover .expandRight,
.RadMenu_nemco_rtl .focused .expandLeft,
.RadMenu_nemco_rtl .focused .expandRight,
.RadMenu_nemco_rtl .expanded .expandLeft,
.RadMenu_nemco_rtl .expanded .expandRight
{
}