﻿/* Menu container classes */
.Gray .meanstream_web_ui_menu { height: 26px; background-color: Transparent; }
.Gray .meanstream_web_ui_menu ul { margin:0px; padding:0px; }
/* Top menu item classes */
.Gray .meanstream_web_ui_menu_firstitem_content { display: inline-block; padding-left: 15px; padding-right: 13px; }
.Gray .meanstream_web_ui_menu_firstitem_content a { display: inline-block; width: 100%; }
.Gray .meanstream_web_ui_menu_item_content { padding-right: 13px; padding-left: 11px; }
.Gray .meanstream_web_ui_menu_item_content a { display: inline-block; width: 100%; }
.Gray .meanstream_web_ui_menu_lastitem_content { padding-right: 14px; padding-left: 11px; }
.Gray .meanstream_web_ui_menu_lastitem_content a { display: inline-block; width: 100%; }
.Gray .meanstream_web_ui_menu_item
{
	display:list-item; 
	float:left;
	list-style:none; 
	margin-left:0px; 
	position:relative;
	padding: 6px 0 0px 0;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
	color: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap;
}
.Gray .meanstream_web_ui_menu_item:hover { height: 20px; background-color: #292421; filter: alpha(opacity=98); opacity: .98; moz-opacity: .98; }
.Gray .meanstream_web_ui_menu_item_seperator  
{
	display: inline-block;
	width: 3px;
	height: 26px;
    background:url(/Portal/Images/nav-separator.jpg);
    background-repeat:no-repeat;
	line-height: 0; float: left; list-style: none; position: relative; 
}
.Gray .meanstream_web_ui_menu_item a
{ 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;	
	color: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap; 
}
.Gray .meanstream_web_ui_menu_item a:hover
{   
    font-family: Arial, Verdana, sans-serif;
	font-size: 10px;	
	color: #d7d7d7;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap;
}
.Gray .meanstream_web_ui_menu_item a:visited{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;	
	color: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap;
}
/* Sub menu item classes */
/* animation */
.Gray .meanstream_web_ui_menu_item ul
{margin:0px; padding:0px; display:none; position:absolute; }
.Gray .meanstream_web_ui_menu_item:hover ul { display: inline-block; left:0px; top:20px; width:200px; background-color: #292421;  }
.Gray .meanstream_menu_group_item { padding: 10px 0px 10px 14px; list-style:none; display:list-item; }
.Gray .meanstream_menu_group_item:hover { position: relative; background-color: #292421; }
/*End animation*/
.Gray .meanstream_menu_group_item_content 
{
	/*font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #ffffff;
    font-weight: bold;
    TEXT-DECORATION: none;*/
}
.Gray .meanstream_menu_group_item_content a  
{
	position: relative; display: block; width: 100%; 
	
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #ffffff;
    font-weight: bold;
    TEXT-DECORATION: none;	
}
.Gray .meanstream_menu_group_item_content a:hover 
{
	position: relative; display: block; width: 100%; 
	
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #d7d7d7;
    font-weight: bold;
    TEXT-DECORATION: none;	
}
.Gray .meanstream_menu_group_item_content a:visited 
{
	position: relative; display: block; width: 100%; 
	
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #ffffff;
    font-weight: bold;
    TEXT-DECORATION: none;	
}

