/* CSS Document */
#lowerNavBar {
	height: 4px;
	background: #002674;
	clear: both;
}

.menu {
	width: 100%;
	height: 23px;
	clear: right;
	position: absolute;
	top: 77px;
	border-bottom: 4px solid #002674;
	padding: 0;
	margin: 0;
}

.menu ul {float: right;}

.menu ul a:hover {
 
	background: none;
}

#one a, #two a, #three a, #four a, #five a, #six a, #seven a, #eight a,
#one a:hover, #two a:hover, #three a:hover, #four a:hover, #five a:hover, #six a:hover, #seven a:hover, #eight a:hover	{
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	margin-right: 2px;
}





#one a, #one a:hover  		{width: 71px;}
#two a, #two a:hover  		{width: 102px;}
#three a, #three a:hover  	{width: 96px;}
#four a, #four a:hover  	{width: 74px;}
#five a, #five a:hover		{width: 100px;}
#six a, #six a:hover  		{width: 77px;}
#seven a, #seven a:hover		{width: 96px;}
#eight a, #eight a:hover  		{width: 96px;}

#one a 		{background-image: url(../images/nav_01-down.jpg);}
#two a		{background-image: url(../images/nav_02-down.jpg);}
#three a	{background-image: url(../images/nav_03-down.jpg);}
#four a		{background-image: url(../images/nav_04-down.jpg);}
#five a		{background-image: url(../images/nav_05-down.jpg);}
#six a		{background-image: url(../images/nav_06-down.jpg);}
#seven a		{background-image: url(../images/nav_07-down.jpg);}
#eight a		{background-image: url(../images/nav_08-down.jpg);}

#one a:hover  	{background-image: url(../images/nav_01-over.jpg);}
#two a:hover  	{background-image: url(../images/nav_02-over.jpg);}
#three a:hover  {background-image: url(../images/nav_03-over.jpg);}
#four a:hover  	{background-image: url(../images/nav_04-over.jpg);}
#five a:hover	{background-image: url(../images/nav_05-over.jpg);}
#six a:hover  	{background-image: url(../images/nav_06-over.jpg);}
#seven a:hover	{background-image: url(../images/nav_07-over.jpg);}
#eight a:hover  	{background-image: url(../images/nav_08-over.jpg);}

#two ul a, #three ul a, #four ul a, #five ul a, #six ul a, #seven ul a, #eight ul a,
#two ul a:hover, #three ul a:hover, #four ul a:hover, #five ul a:hover, #six ul a:hover, #seven ul a:hover, #eight ul a:hover

{background-image: none;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

.menu li li {
	top: -3px;
}

.menu li a {font-weight: bold;}
.menu li li a {font-weight: normal;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	padding:2px 0px 0px 0px;
	color:#002674;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
float: left;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#7e8849;

}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#fff;
}

.menu ul ul :hover > a.drop {
background:#c9ba65;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;


}



/* another hack for IE5.5 */
* html .menu ul ul {
top:28px;
t\op:28px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#012674; 
color:#84c8d5; 

display: inline;
float: left;

border-bottom: 1px solid #0066cb;
/* yet another hack for IE5.5 */
}

.menu ul ul li { display: inline; float: left;}


* html .menu ul ul a{

}


.menu ul ul a:hover {
background:#012674; 
color:#fff;
 
}

.menu ul ul :hover > a {
color:#fff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


.oneCurrent, .twoCurrent, .threeCurrent, .fourCurrent, .fiveCurrent, .sixCurrent, .sevenCurrent, .eightCurrent {
	background: #002674; 
	color: #fff !important;
}

.oneCurrent {background-image: url(../images/nav_01.jpg) !important;}
.twoCurrent {background-image: url(../images/nav_02.jpg) !important;}
.threeCurrent {background-image: url(../images/nav_03.jpg) !important;}
.fourCurrent {background-image: url(../images/nav_04.jpg) !important;}
.fiveCurrent {background-image: url(../images/nav_05.jpg) !important;}
.sixCurrent {background-image: url(../images/nav_06.jpg) !important;}
.sevenCurrent {background-image: url(../images/nav_07.jpg) !important;}
.eightCurrent {background-image: url(../images/nav_08.jpg) !important;}

.twoCurrent:hover ul, .threeCurrent:hover ul, .sixCurrent:hover ul, .sevenCurrent:hover ul, .eightCurrent:hover ul, .fourCurrent:hover ul, .fiveCurrent:hover ul, .oneCurrent:hover ul{top: 26px; left: 0px;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {

	line-height: 13px;
	width:105px;
	filter:alpha(opacity=85);
-moz-opacity: 0.85;
	opacity: 0.85;
	background-position: center;/* yet another hack for IE5.5 */
}

.menu ul ul li {clear: left;}

.menu ul ul li a {padding-bottom: 10px;}

.menu ul ul li a:visited {padding-bottom: 3px; font-weight: normal;}
