﻿.ExiqonBase
{
	position:relative;	
	height : 21px;
}


.ExiqonMenuChildsBar
{	
	width:100%;
	/*height:20px;*/
	background-color:#EFEFEF;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
/*	font-size: 12px;
	font-weight:bold;*/
	color : #706F72;
	border-bottom-color:    #706F72;
	border-bottom-style:    solid;
	border-bottom-width:    1px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 2px 0px;
}


.ExiqonMenuBar
{	
	width:100%;
	height:20px;
	background-color:#706F72;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	/*font-size: 12px;
	font-weight:bold;*/
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 2px 0px;
}

	
.ExiqonMenuHoverItem 
{
	color:White; 
	background-color:#00A8ED; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
	/*border-right-color:     white;
    border-right-style :    solid;
    border-right-width:     1px;	*/
	padding : 0px 10px 0px 10px;
    margin : 0px 0px 0px 0px;
    height : 20px;
    cursor : pointer;
}

.ExiqonMenuChildHoverItem 
{
	color:White; 
	background-color:#00A8ED; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
	/*border-right-color:     #706F72;
    border-right-style :    solid;
    border-right-width:     1px;	*/
    height : 20px;
    margin : 0px 0px 0px 0px;
    padding : 0px 10px 0px 10px;
    cursor : pointer;
}

.ExiqonMenuActiveItem
{
	color:White; 
	background-color:#00A8ED; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
	/*border-right-color:     white;
    border-right-style :    solid;
    border-right-width:     1px;	*/
    height : 20px;
    padding : 0px 10px 0px 10px;
    margin : 0px 0px 0px 0px;
    cursor : pointer;
}

.ExiqonMenuChildActiveItem
{
	color:White; 
	background-color:#00A8ED; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
	/*border-right-color:     #706F72;
    border-right-style :    solid;
    border-right-width:     1px;	*/
    height : 20px;
    padding : 0px 10px 0px 10px;
    margin : 0px 0px 0px 0px;
    cursor : pointer;
}

.ExiqonMenuItem
{
	color:White; 
	background-color:#706F72; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
	/*border-right-color:     white;
    border-right-style :    solid;
    border-right-width:     1px;*/
    padding-left : 10px;
    padding-right : 10px;
    height : 20px;
    margin : 0px 0px 0px 0px;
    cursor : pointer;
}

.ExiqonMenuChildItem
{
	color:#706F72;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#EFEFEF;
	text-decoration:none;
	height : 20px;
    padding-left : 10px;
    padding-right : 10px;
    margin : 0px 0px 0px 0px;
    cursor : pointer;
}

.ExiqonSpacer
{
	width:1px;
	background-color: white;
}


.ExiqonChildSpacer
{
	width:1px;
	background-color: #EFEFEF;
}
.ExiqonChildSpacer div
{
	width:1px;
	background-color:#706F72; 
	height : 16px;
	vertical-align :middle;
}
