BODY
{
}
.menuBar
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	LETTER-SPACING: 1px;
	CURSOR: default; 
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
}
.Bar
{
	height:24px;
	line-height:19px;
	font-size:19px;
	FLOAT: left;
	CURSOR: default;
	TEXT-INDENT: 5px;
	POSITION: relative;
	padding-left:1px;
	padding-right:1px;	
}
.barOver
{
	height:24px;
	line-height:19px;
	font-size:19px;
	font-weight: 600;
	border-left: solid 1px white;
	border-right: solid 1px white;
	CURSOR: default; 
	background: #6E86CC;
    FLOAT: left;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
}
.barText
{
	font-size:13px;
	height:24px;
	vertical-align:middle;
}
.menu
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    BORDER-RIGHT: #dddddd thin outset;
    BORDER-TOP: #dddddd thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: #dddddd thin outset;
    WIDTH: 160px;
/*    LINE-HEIGHT: 100%;*/
    BORDER-BOTTOM: #dddddd thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #6E86CC
}
.menuItem
{
    PADDING: 3px;	
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 14px;
    BORDER-BOTTOM: #aaaaaa 1px solid
}
.ItemMouseOver
{
    PADDING: 3px;	
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 14px;
    BORDER-BOTTOM: #aaaaaa 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

.SubMItem
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;	
	padding-top: 4px;	
	padding-bottom: 4px;
	BORDER-BOTTOM: #aaaaaa 1px solid;	
}
.SubMItemL2
{
	color: #cccccc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:16px;
	padding-right: 8px;	
	padding-top: 3px;	
	padding-bottom: 3px;	
}
.SubMItemOn
{
	background: #ffffff;
	border: 1px solid #ffffff; 
	color: #000000;
	border-left:none;
	border-right:none;
	filter: alpha(opacity=60);	
}
A.AMenuItem:link, A.AMenuItem:visited,A.AMenuItem:active,A.AMenuItem:hover, {
	text-decoration: none;
	color: white;
}
A.ASubMenuItem:link, A.ASubMenuItem:visited,A.ASubMenuItem:active,A.ASubMenuItem:hover, {
	text-decoration: none;
	color: #dddddd;
}
