/******************************************
Layer 227 Inc. header.css

Styles that affect how the top navigation looks like and function.

******************************************/

* {
/* zero out default margins and padding */
padding: 0;
margin: 0;
}

a {
text-decoration: none;
color: #0055aa;
}

a:link {
text-decoration: none;
color: #0055aa;
}

a:hover {
text-decoration: underline;
}

body {
background-color: #7f7f7f;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#pageshadow {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 930px;
background-image:   url(../images/bg_pageshadow1.gif);
background-repeat: repeat-y;
}

div#pageshadowbottom {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 930px;
background-image:   url(../images/shadow_bottom.gif);
background-repeat: no-repeat;
height: 10px;
}


div#pagecontainer {
margin-left: 10px;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;
background-color: #ffffff;
}

div#header {
background-color: #ffffff;
}

div#header img {
}


div#mainmenu {
}

table#mainmenu {
clear: both;
text-align: left;
background-color: #1C2444;
width: 910px;
height: 27px;
border-right-width: 2px;
border-left-width: 2px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
border-bottom-width: 2px;
}

td.mainmenu ul {
list-style-type: none;
font-family: Tahoma, "Arial Narrow", Arial, sans-serif;
font-size: 12px;
color: #ffffff;
}



#nav, #nav ul {
float: right;
list-style: none;
background: #1C2444;
}

#nav a {
display: block;
color: #FFFFFF;
text-decoration: none;
padding: 0.25em 1em;
}

#nav li {
float: left;
padding: 0;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 14.4em;
w\idth: 14em;
border: 1px solid white;
}

#nav li li {
padding-right: 1em;
width: 13em;
border-right-style: none;
border-top: 1px solid white;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover {
background: #7f7f7f;
}
