﻿.liquidMenu_Custom_Context
{
	border: 0;
}

.liquidMenu_Custom .link
{
	float: left;
	color: #ffffff;
	text-decoration: none;	
}

.liquidMenu_Custom .drawer
{
	margin-top: -1px;
}

.liquidMenu_Custom .menuText
{
    margin-right: 20px;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    
}

.liquidMenu_Custom .menuRoot .menuText
{		
    height: 40px;
}

.liquidMenu_Custom .menuRoot .expandedLink .menuText,
.liquidMenu_Custom .menuRoot .expanded .link:Hover .menuText
{	
	color: #EC008C;
}

.liquidMenu_Custom .subMenu .link {
	text-align: left;	
}

.liquidMenu_Custom .subMenu .menuItem
{
    border-top: solid 1px #222222;
    border-left: solid 1px #222222;
    border-bottom: solid 1px #222222;
    border-right: solid 1px #222222;
    background-image: url(../images/menu/subMenuBg.gif);
    background-repeat: repeat-x;
}

.liquidMenu_Custom .subMenu .menuText
{
    height: 24px;
	line-height: 24px;	
	padding: 0px 8px 0px 8px;
	color: #ffffff;	
}

.liquidMenu_Custom .subMenu .link.expandRight
{
	background-image: url(../images/menu/right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.liquidMenu_Custom .subMenu .expandedLink .menuText,
.liquidMenu_Custom .subMenu .expanded .link:Hover .menuText
{
	line-height: 24px;	
	padding: 0px 8px 0px 8px;	
	color: #EC008C;
}
