﻿
.AspNet-Menu-Horizontal
{ height:40px; }

/*** ESSENTIAL STYLES ***/
.AspNet-Menu, .AspNet-Menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:14px;
}
.AspNet-Menu {
	line-height:	1.0;
}
.AspNet-Menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.AspNet-Menu ul li {
	width:			100%;
}

.AspNet-Menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.AspNet-Menu li {
	float:			left;
	position:		relative;
}
.AspNet-Menu a {
	display:		block;
	position:		relative;
}

.AspNet-Menu li:hover ul,
.AspNet-Menu li.sfHover ul {
	left:			0;
	/*top:			2.4em;  match top ul list item height */
	top:			2.75em; /* match top ul list item height */
	z-index:		99;
}
ul.AspNet-Menu li:hover li ul,
ul.AspNet-Menu li.sfHover li ul {
	top:			-999em;
}
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li.sfHover ul {
	/*left:			10em;  match ul width */
	left:100px;
	top:			0;
}
ul.AspNet-Menu li li:hover li ul,
ul.AspNet-Menu li li.sfHover li ul {
	top:			-999em;
}
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.AspNet-Menu {
	float:			left;
	margin-bottom:	1em;
}
.AspNet-Menu a {
	text-decoration:none;
}
.AspNet-Menu a, .AspNet-Menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
	line-height:30px;
	text-align:center;
	font-family:Arial;
	font-size:13px;
}
.AspNet-Menu li {
	background:#FFF;
}
.AspNet-Menu li li {
	/*background:		#AABDE6;*/
}
.AspNet-Menu li li li {

}
.AspNet-Menu li:hover, .AspNet-Menu li.sfHover,
.AspNet-Menu a:focus, .AspNet-Menu a:hover, .AspNet-Menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
.AspNet-Menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
	background-position: -10px -100px;
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.AspNet-Menu ul .sf-sub-indicator { background-position:  -10px 0; }
.AspNet-Menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.AspNet-Menu ul a:focus > .sf-sub-indicator,
.AspNet-Menu ul a:hover > .sf-sub-indicator,
.AspNet-Menu ul a:active > .sf-sub-indicator,
.AspNet-Menu ul li:hover > a > .sf-sub-indicator,
.AspNet-Menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 0px 0px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/

ul.AspNet-Menu
{
    background-color:#FFF;
}

ul.AspNet-Menu li
{

}

/*****************************************************/

ul.AspNet-Menu li
{
    width:230px;
}

/******************************************************************************/

li.AspNet-Menu-Leaf,
li.AspNet-Menu-WithChildren
{
    display:block;
    background:transparent url(images/mainmenu_sprite.png) no-repeat left -80px;
    padding-left:6px !important;
    line-height:20px;
}

li.AspNet-Menu-Leaf strong,
li.AspNet-Menu-WithChildren strong 
{
    display:block;
    height:20px;
	background:transparent url(images/mainmenu_sprite.png) repeat-x right -80px;
	padding:0px !important;
	padding-right:6px !important;
	line-height:20px;
}

li.AspNet-Menu-Leaf a.AspNet-Menu-Link:link,
li.AspNet-Menu-Leaf a.AspNet-Menu-Link:visited,
li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:link,
li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:visited
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -100px;
	height: 20px !important;
	border-width:0px !important;
	padding:0px !important;
	font-weight:bold;
	font-size:0.85em;
	color:#FFF !important;
	line-height:20px;
}
li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover,
li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:hover
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -100px;
	height: 20px !important;
	border-width:0px !important;
	padding:0px !important;
	font-weight:bold;
	font-size:0.85em;
	color:#0054A3 !important;
	line-height:20px;
}

/************* MenuRoot **********/

li.MenuRoot
{
    display:block;
    background: transparent url(images/mainmenu_sprite.png) repeat-x left top !important;
    padding-left:6px !important;
    width:90px !important;
    height:40px;
}

li.MenuRoot strong.MenuRoot
{
    display:block;
    height:40px !important;
	background:transparent url(images/mainmenu_sprite.png) repeat-x right top !important;
	padding:0px !important;
	padding-right:6px !important;
}

li.MenuRoot a.MenuRoot:link,
li.MenuRoot a.MenuRoot:visited
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -40px !important;
	height: 40px !important;
	border-width:0px !important;
	padding:0px !important;
	font-weight:bold;
	font-size:0.85em;
	color:#FFF !important;
	line-height:15px;
	display:table-cell;
	vertical-align:middle;
	width:84px;
}

li.menuspecial
{
    background: transparent url(images/mainmenu_sprite.png) repeat-x left -120px !important;
}

li.menuspecial strong.MenuRoot
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x right -120px !important;
}

li.menuspecial a.MenuRoot:link,
li.menuspecial a.MenuRoot:visited
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -160px !important;
}

/* IE workaround */
* html li.MenuRoot a.MenuRoot:link,
* html li.MenuRoot a.MenuRoot:visited,
* html li.MenuRoot a.MenuRoot:hover
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -40px !important;
	height: 36px !important;
    display:block;
    padding-top:4px !important;
}

* html li.menuspecial a.MenuRoot:link,
* html li.menuspecial a.MenuRoot:visited,
* html li.menuspecial a.MenuRoot:hover
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -160px !important;
}

li.MenuRoot a.MenuRoot:hover
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -40px !important;
	height: 40px !important;
	border-width:0px !important;
	padding:0px !important;
	font-weight:bold;
	font-size:0.85em;
	color:#0054A3 !important;
	line-height:15px;
	display:table-cell;
	vertical-align:middle;
	width:84px;
}

li.menuspecial a.MenuRoot:hover
{
	background:transparent url(images/mainmenu_sprite.png) repeat-x left -160px !important;
	color:#000 !important;
}

ul.AspNet-Menu li.MenuRoot ul
{
    padding-top:2px;
}
