/*************************Navigation styles****************************/
#nav {
	font-size: 90%;
	display: block;
}
#nav input[type=text]{
	color: #b80611;
	border: none;
	padding: 2px;
	margin: 5px 0 0 10px;
}
#nav ul li, #nav ul li a{
	list-style-type: none;
	float: left;
	width: auto;
	width: 107px;
	display: block;
	text-decoration: none;
	line-height: 32px;
	margin-left: 0px;
	text-align: center;
	color: #FFF;
	position: relative;
	margin-bottom:0;
	border-right:1px solid #8c020b;
}
#nav ul li a.extra-width{
	width: 107px;
	display: block;
}
#nav li a{
	line-height: 31px;
}
#nav li a:hover {
	background-color: #393970;
}
#nav li ul {
	display: none;
	margin: 0;
	position: absolute;
	z-index: 10000;
	top: 100%;
	left:0%;
	background-color: #393970;
	
}
#nav li ul li, #nav li ul li a {
	list-style-type: none;
	float: left;
	width: 230px;
	display: block;
	text-decoration: none;
	line-height: 30px;
	margin-left: 0;
	text-align: left;
	color: #FFF;
	position: relative;
}
#nav li ul li a {
	background:url(../img/menu_new.gif);
	padding: 0px 10px 0px 10px;
	width: 210px;
	border:0 none;
	border-right:1px solid #393970;
}
#nav li ul li a:hover {
	background-color:#92020B;
	background:url(../img/menu_new-sel.gif);
	border:0 none;
	border-right:1px solid #8c020b;
}
#nav li:hover ul{
	display: block;
}
#nav li:hover ul li ul, #nav li.sfhover ul li ul {
	top:-999em;
	display: none;
}
#nav li ul li ul { display:none; }
#nav li ul li:hover ul, #nav li ul li.sfhover ul { /* 3rd level down */
	display: block;
	float:left;
	left: 230px;
	top: 0px;
	background-color: #24245a;
}
#nav li ul li a:hover{
	background-color: #b80611;
}

.selected{background-color: #24245a; border-left: solid 1px #fff;}



/*** SUPERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}


.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/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 */
li a:focus > .sf-sub-indicator,
li a:hover > .sf-sub-indicator,
li 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 */
#nav ul li ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul li ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul li ul a:focus > .sf-sub-indicator,
#nav ul li ul a:hover > .sf-sub-indicator,
#nav ul li ul a:active > .sf-sub-indicator,
#nav ul li ul li:hover > a > .sf-sub-indicator,
#nav ul li 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('../img/shadow.png') no-repeat bottom right;
	-padding: 0 0px 0px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

