﻿.SiteTabs
{
	clear:both;
	z-index:0;
	width: 100%;
	background-color: #eaeefa;
}

.SiteTabs .AspNet-Menu-Horizontal
{
	height:100%;
    width: 99% !important;
	margin: 0 auto;
	border-left: solid 10px #eaeefa;
	border-right: solid 10px #eaeefa;
	overflow: hidden;
	float: none !important;
}

.SiteTabs .AspNet-Menu-Container
{
	float:right !important;
	border: 0;
	width: 76%;
    margin: 25px 25px 0 25px;
}

.SiteTabs .AspNet-Menu-ClientInfo
{
	height: 20px;
}

.SiteTabs .AspNet-Menu-ClientInfo span
{
	font-size: 10pt; 
    color: #000000;
    border: 0;
}

.SiteTabs .AspNet-Menu-ClientLogo
{
	position:relative;
	float:left !important;
	border: 0;
}

.SiteTabs .AspNet-Menu-ClientLogo img
{
	width: 200px;
	height: 51px;
	border: 0;
}

.SiteTabs .AspNet-Menu-Logo
{
	border: 0px;	
	float: right !important;
	position:absolute !important;
	right: 0px;
}

.SiteTabs .AspNet-Menu-Logo img
{
	width: 100px; 
	height: 50px;
}

.SiteTabs ul.AspNet-Menu /* Tier 1 */
{
	clear:both;
	/*position:absolute;*/
	float:left;
	border: 0;
	list-style:none;
	background-color:#eaeefa;
	width: 99%;
	padding-top:5px !important;
}

.SiteTabs li /* all list items */
{    
	margin:0 3px 0 0;
   	float: left;
	font-weight:bold;
	background-color:#ccc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.SiteTabs li:hover, /* list items being hovered over */
.SiteTabs li.AspNet-Menu-Hover
{
    color:#333;
	background:#fff;
}

.SiteTabs a, .SiteTabs a:hover,  /* all anchors and spans (nodes with no link) */
.SiteTabs span
{
	float: left;
	display: block;
	padding:4px 10px;
	color:#000000;
	text-decoration:none;
	border:1px solid #999;
	border-bottom: none;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 11pt;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.SiteTabs ul ul a, .SiteTabs ul ul a:hover, /* reset the padding */
.SiteTabs ul ul span
{
	padding:4px;
}

.SiteTabs a:hover
{
    color:#333;
	border-bottom: none;
	background:#fff;	
}

.SiteTabs li.AspNet-Menu-Leaf a, /* leaves */
.SiteTabs li.AspNet-Menu-Leaf span
{

}

.SiteTabs li.AspNet-Menu-Hover a,
.SiteTabs li.AspNet-Menu-Hover span
{
    color:#333;
    background:#ffc;
}

.SiteTabs li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SiteTabs li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SiteTabs li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SiteTabs li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    width:10em;
    color:#333;
    background:#ffc;    
	border-bottom:1px solid #999;
}

.SiteTabs li:hover a, /* hovered text */
.SiteTabs li:hover span
{
    color:#333;
    background:#ffc;
}

.SiteTabs .AspNet-Menu-Selected /* this tier is selected */
{
    background:#fff;
    color:#333;
}

.SiteTabs a.menuException,
.SiteTabs a.menuException:hover
{
	font-weight:bold;	
	color:#ffc;
	border:none;
	font-size:20pt;
	margin:0px;
	padding:0px;
}

.SiteTabs a.menuException:hover
{	
	color:#c00;
}


/*Overwrite*/
.SiteTabs ul li a:hover, .SiteTabs ul li span:hover
{
	color:#000;
}


/* this tier is selected */
.SiteTabs .AspNet-Menu-Selected,
.SiteTabs .AspNet-Menu-Selected:visited,
.SiteTabs a.AspNet-Menu-ChildSelected,
.SiteTabs a.AspNet-Menu-ChildSelected:visited,
.SiteTabs li.AspNet-Menu-ChildSelected
{
    background:#369;
    color:#fff;
    border-color:#369;
}

.SiteTabs li:hover a, /* hovered text */
.SiteTabs li:hover span
{
    color:#999;
    background:#fff;
}

.SiteTabs a.menuException,
.SiteTabs a.menuException:hover
{
	font-weight:bold;	
	color:#ffc;
	font-size:10pt;
	text-decoration:none;
}

.SiteTabs a.menuException:hover
{	
	color:#000;
}