/***************************************
Applies to Menu

Color Reference:

Font: Century Gothic, Tahoma
font color: white
size: 11pt

Standard Background (dk blue): #173A7A
Selected Item Background (med blue): #146ABC
Hover Background (light blue): #1387E9

**********************************************/
#navmenuwrapper
{
   background:#173A7A; /* (standard color) */
   clear:both;
   width:100%;
}
#nav{
font-family: Century Gothic, Tahoma;
font-size:  11pt;
font-weight: normal;
font-style: normal;
color: #fff;
background:#173A7A none repeat-x scroll 0 0; /* (standard color) */
}
#nav, #nav ul 
{
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
border-right:1px none #a9a9a9;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #fff;
padding:6px 12px;
background:#173A7A; /* (standard color) */
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background:#1387E9; /* (Selected color ** Not working?? **) */
text-decoration:none
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #a9a9a9;
padding-left:0;
}
#nav li li {
width: 172px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
background: #777;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
color:#fff;
}
#nav li li a:hover, #nav li li a:active {
background:#1387E9; /* (hover color) */
}
/* Magic happens here! */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
left: auto;
}
a.main:hover {
background:none;
}