/* Main Menu */
/*___________________________________________________________________________________________
.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#325167;	font-size:10px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:1px #C0C9D1 solid; border-width:1px 0px;
}
*/
.GLA_submenuitemselected{
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	padding:2px 15px 2px 10px;
	background:#465887;
	border:1px #C0C9D1 solid;
	border-width:1px 0px;	
}
.GLA_submenu{
	border:1px #C0C9D1 solid;
	padding:0px;
	margin-top: 0px;
	margin-left:3px;
	background:#C0C9D1;
}
.GLA_rootmenuitem TD{ 
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 10px 0px 0px;
	background:transparent;
	height:24px;
}
.GLA_rootmenuitemselected TD{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 10px 0px 0px;
	background:transparent;
	height:24px;
}
/* --------------------------------------------- */

/* BREADCRUMB STYLES START */

a.NormalCrumb, a.NormalCrumb:link, a.NormalCrumb:visited, a.StartCrumb, a.StartCrumb:link, a.StartCrumb:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	width:auto;
	background:#d2d1c6  url(toggle_gray_down.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 10px;
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;
}

a.NormalCrumb:hover, a.StartCrumb:hover {color:#000; background:#F0F0F0 url(toggle_gray_down.gif) no-repeat left; background-position: 3 50%;}
a.StartCrumb {border-top:1px solid #000;}

/* BREADCRUMB STYLES END */

/* --------------------------------------------- */

/* LEFTMENU STYLES START */

a.NormalNode, a.NormalNode:link, a.NormalNode:visited, a.StartNode, a.StartNode:link, a.StartNode:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	width:auto;
	background:#FFFFFF  url(toggle_gray_right.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 10px;
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;
}

a.NormalNode:hover, a.StartNode:hover {color:#000; background:#F0F0F0 url(toggle_gray_right.gif) no-repeat left; background-position: 3 50%;}

a.StartNode {border-top:1px solid #000; background:#FFFFFF;}

/* LEFTMENU STYLES END */

/* TAB STYLES START */


#tabarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	clear: both;
	margin: 0;
	padding: 0;
}

#tabarea ul{ 
	margin: 0;
	padding: 0;
	/*height: 17px;	*/
	float: right;
}

#tabarea ul li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;		
}

#tabarea li a{
	display: block;	
	color:#FFFFFF;
	font-size: 0.7em;
  	font-weight: bold;
	text-decoration: none;
	margin:0;
	padding: 0 5px 1px 5px;
}

#tabarea li a:hover {
	color:#CCCCCC;
}

.tabselected{
	color:#fff !important;
	font-weight:bold;
}

/* TAB STYLES END */

