/*
color:#330000; /*Dark Red */ /*
color:#003366; /* Dark Blue */

#navigation {
color:#003366; /* Dark Blue */
float: left;
position:relative;
z-index:1000;
background-image:url(../Images/NavNormal_02.png);
background-repeat:repeat-x;
clear:both;
width:1000px;
height:43px;  /*The actual height of the bar is 37px, but there is 6px of shadow beneath*/
}
#navigation ul {
margin-left:0px;
float:left;
height:36px;
}
#navigation ul li {
	display:inline;
font-weight:bold;
/*height:inherit;*/
list-style: none;
margin: 0;
float: left;
position: relative;
font-size:.875em;
display: block;
padding: 10px 23px 10px;
text-decoration: none;
text-align:left;
height:22px;
}

	
	
#navigation a {
height:100%;
color:inherit;

/*padding: 10px 15px 10px;*/
	}
#navigation li a:hover, #navigation li:hover {
background-image:url(../Images/NavOver_02.gif);
background-repeat:repeat-x;
background-position:top;
color:white;
}

#navigation ul ul {
position: absolute;
z-index: 1500;
/*width:10em;*/
min-width:12em;
margin-left:0;
left:0;
top:37px;
display:none;
}


#navigation ul ul li {
padding:0;
width:10em;
width:100%;
height:auto;
font-size:1em;
}
#navigation ul ul a {
font-weight:normal;
display: block;
margin: 0;
height:35px;
padding-left:5px;
text-decoration: none;
text-align:left;
color:#ffffff;
background-color:#330000; /*Dark Red */
width:inherit;
padding:12px 4px 0px 15px;
}
#navigation li:hover ul {
    display: block;
   /* width: 160px;*/
}
#navigation ul ul li:hover {
background-image:none;
}
#navigation ul ul a:hover {
background-image:url(../Images/NavOverb_02.gif);
background-repeat:repeat-x;
font-weight:normal;
text-decoration:underline;
}

#navigation ul ul ul {
position: absolute;
top: 0;
left:100%;
margin-left:14px;
z-index:100;

}
#navigation ul ul ul li {
float:none;
margin-left:3%;
}
#navigation ul ul ul a {
background-color:#0C3542;
}
#navigation ul ul ul a:hover {
background-image:url(../Images/NavOver2b_02.png);
background-repeat:repeat-x;
color:#ffffff;
}
div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

