﻿.liquidMenu_Custom 
{		
}
.liquidMenu_Custom_Context
{
	background: white;
	border:0;
}

.liquidMenu_Custom .seperator
{
	height: 7px;	
	background: white url(images/seperator.gif);
}

.liquidMenu_Custom .link
{
	float: left;
	text-decoration: none;
	color: #4a4f53;	
	background: white;
	border-bottom: solid 1px #ACADB1;
	padding-bottom : 4px;
	background : transparent;
}
.liquidMenu_Custom A.link
{
	
}
.liquidMenu_Custom .last .link
{	
	border-bottom: solid 0px #ACADB1;
}
.liquidMenu_Custom .menuItem
{
	padding-top : 4px;
    vertical-align : top;
    background-image : url(images/spacer.gif);
    color : #4A4F53;
    font-weight : bold;
    width : 120px;
    text-align : left;
}
.liquidMenu_Custom .subMenu .menuItem
{
	background: white;
	text-align :left;
	padding-left : 20px;	
	padding-right: 20px;	
}

.liquidMenu_Custom .menuRoot .menuText
{	
	font: 10pt geneva,arial,helvetica;
	padding: 0px;
	color: #4A4F53;
    font-weight: bold;
    vertical-align: top;
    text-align: left;    
}

.liquidMenu_Custom .drawer
{
	margin-top:-1px;
}

.liquidMenu_Custom .subMenu
{
	border: solid 1px #cccccc;
	background: white;
}

.liquidMenu_Custom .subMenu .link
{
	background: tranparent;
	border: 0px;
	color: #2E3192;
	cursor: hand;
}

.liquidMenu_Custom .subMenu .menuText
{
	font-size : 8pt;
}
.liquidMenu_Custom .expanded
{
	background: #EEEEEE;
}
.liquidMenu_Custom .subMenu .menuItem.expanded
{
	background: #EEEEEE;
}
