﻿.navMenuBar {
    background-image:url('../images/buttons/menubar.png');
    -ms-background-repeat:repeat-x;
    background-repeat:repeat-x;
}

.navMenu ul{
	margin: 0px; /* for IE, align submenu against menu tab */
	/* font: normal normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none; /* switch off list item marker */
}

/*Top level list items*/
.navMenu ul li{
position: relative;
display: inline;
float: right; 
text-align:center;
/* background-color: #9cbdd1; /*overall menu background color*/
background-color: #2d88d2; /*overall menu background color*/
}

/*Top level menu link items style*/
.navMenu ul li a{
display: block;
width: 75px; /*Width of top level menu link items*/
height: 17px;
padding: 5px 8px;
/* border: 1px solid black; */
border-left-width: 1px;
text-decoration: none;
vertical-align:bottom;
color: white;
margin-right: 0px; /* if image, space between tabs */
}
	
/*1st sub level menu*/
.navMenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navMenu ul li ul li{
display: block;
background-image: url('../images/buttons/menubar160x22-normal.gif');
float: none;
 text-align: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navMenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.navMenu ul li ul li a{
	display: block;
	width: 149px; /*width of sub menu levels*/
	height: 22px;
	color: white;
	text-decoration: none;
	border: none;
	padding: 0px 5px; /* if one adds a value to padding-top, IE submenu wigs out */
	/* border: 1px solid #ccc; */
}

.navMenu ul li ul li a:hover{
	background-image: url('../images/buttons/menubar160x22-hover.gif');
	color: #013d64;	
}

.navMenu ul li a:hover{
background-color: #85BAE4;
color: #ed1b2f;
}

.navMenu li:hover ul, .navMenu li.sfhover ul {
	left: auto; 
}

.navMenu li:hover ul ul, .navMenu li.sfhover ul ul {
	left: -999em; 
} 

/*Background image for top level menu list links */
.navMenu .mainfoldericon{
	/* background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right; */
	background-color: #2D88D2;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ff013d64',EndColorStr='#ff85bae4');
}

/*Background image for subsequent level menu list links */
.navMenu .subfoldericon{
	/* background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right; */
	background-color: #2D88D2;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ff2D88D2',EndColorStr='#ff85bae4');
}

.navMenu #selected a{
	background-color: #85bae4;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .navMenu ul li { float: right; height: 1%; }
* html .navMenu ul li a { height: 1%; }
* html .navMenu ul li ul li { float: right;}
* html .navMenu ul li ul li a{ margin-top:-2px; }
/* End */

ul.navMenuTree2 {
	margin: 0px; width: auto; height: 44px; padding-right: 50px; float: right; position: relative; z-index: 50;
}
ul.navMenuTree2 li {
	background: url("../images/menu/navMenuTree2_item_bg.png") no-repeat right top; padding: 13px 14px 17px 12px; width: auto; height: 14px; float: left; list-style-type: none; position: relative;
}
ul.navMenuTree2 li a {
	color: rgb(255, 255, 255); text-decoration: none;
}
ul.navMenuTree2 li a:hover {
	text-decoration: underline;
}
ul.navMenuTree2 li.search {
	background: none; padding: 11px 10px; height: 18px;
}
ul.navMenuTree2 li.search input[type=text] {
	background: url("../images/menu/input_bg.jpg") repeat-x; padding: 2px; border: 1px solid rgb(75, 75, 75); border-image: none; width: 105px; height: 12px; color: rgb(164, 164, 164); font-size: 10px;
}
ul.navMenuTree2 li.search input[type=image] {
	padding: 1px;
}
ul.navMenuTree2 li.flags {
	padding: 10px; height: 20px;
}
ul.navMenuTree2 li ul {
	margin: 0px; padding: 7px 0px 5px; border: 1px solid rgb(117, 120, 127); border-image: none; left: 0px; top: 44px; width: 182px; position: absolute; z-index: 50; background-image: url("../images/menu/dd_bg_opac.png");
}
ul.navMenuTree2 li ul li {
	background: none; padding: 0px; height: auto; position: relative;
}
ul.navMenuTree2 li ul li a {
	padding: 3px 0px 3px 12px; width: 170px; height: 14px; color: rgb(180, 180, 180); border-top-color: rgb(65, 66, 69); border-top-width: 1px; border-top-style: solid; float: left;
}
ul.navMenuTree2 li ul li a:hover {
	color: rgb(255, 255, 255); text-decoration: none; border-top-color: rgb(43, 81, 130); border-top-width: 1px; border-top-style: solid; background-image: url("../images/menu/dd_hover_bg_opac.png");
}
ul.navMenuTree2 li ul li.first a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
ul.navMenuTree2 li ul li.first a:hover {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
ul.navMenuTree2 li ul li ul {
	left: 182px; top: 0px; position: absolute;
}
