BODY
{
}
.menuBar
{

    POSITION: relative;
    BACKGROUND-COLOR: #FFFFFF;

    
}

.Bar
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	text-align: right;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 3px;
    /*
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    BORDER-LEFT: blue 1px outset;
    
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
	*/
}

.menu
{

	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color:#00349C;
	text-align: left;
	cursor: hand;
	padding: 0px;
	padding-left: 6px;
	padding-top: 6px;	
	padding-bottom:6px;
	margin: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
	background-color: #FFFFFF; 
	border-left: 2px solid #ababab; 
	border-top: 2px solid #CBCBCB; 
	border-right: 2px solid #8d8d8d; 
	border-bottom: 2px solid #707070;
	POSITION: absolute;
	WIDTH: 220px; 
	  

}


.menuItem
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color:#00349C;
	text-align: left;
	cursor: hand;
	margin: 10px;
	margin-bottom: 7px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 7px;

}
.ItemMouseOver
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FA9A00;
	text-align: left;
	cursor: hand;
	margin: 10px;
	margin-bottom: 7px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 7px;

}

.ItemMouseOut
{
    WIDTH: 100%;
    color: #FA9A00;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FA9A00;
	text-align: right;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 3px;

}

.selectedTopChannel 
{
	/*
	font-size : 80%;
	margin-bottom : 1em; 
	vertical-align : super; 
	color : #000000; 
	font-weight:bold; 
	text-decoration : none; 
	cursor:hand;
	*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FA9A00;
	text-align: right;
	cursor: hand;
	margin: 0px;


}

.selectedTopChannel a:link		{color: #00349C; text-decoration:none}
.selectedTopChannel a:visited	{color: #00349C; text-decoration:none}
.selectedTopChannel a:hover		{color: #FA9A00; text-decoration:none}
.selectedTopChannel a:active	{color: #FA9A00; text-decoration:none}
 
.nonselectedTopChannel 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	text-align: right;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 3px;
	/*
	font-size : 80%;
	margin-bottom : 1em; 
	vertical-align : super; 
	color : #ffffff; 
	font-weight:bold;
	text-decoration : none; 
	cursor:hand;
	*/
} 
.nonselectedTopChannel a:link		{color: #00349C; text-decoration:none}
.nonselectedTopChannel a:visited	{color: #00349C; text-decoration:none}
.nonselectedTopChannel a:hover		{color: #FA9A00; text-decoration:none}
.nonselectedTopChannel a:active		{color: #FA9A00; text-decoration:none}

