#masthead{
z-index: 9999;
position: absolute;
color: #fff;
margin: 14px 0 0 0;
}

#masthead h1{
background: url(../images/asmi-logo.gif) no-repeat;
height: 48px;
width: 160px;
text-indent: -9999px;
}

.masthead-button{
z-index: 99999;
position: absolute;
margin: -50px 0 0 -80px;
}

#mn-wrapper{
margin: 0 0 30px 0;
}

.navigation-wrapper{
width: 100%;
background: #000;
margin: 0 0 0 0;
}

.align-carrot{
margin: 0 14px 0 8px;
}

.chromestyle{
width: 960px;
font-weight: bold;
margin: 0 auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #000; 
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 7px 0 6px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 7px 12px;
margin: 0;
text-decoration: none;
background: #000;
color: #ddd;
font-weight: bold;
font-size: 12px;
}

.chromestyle ul li a:hover{
color: #fff;
background: #0a243f url(../images/navigation/tn-hover.png) repeat; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " +";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}


/* ######### End Drop Down Menu, Start Bottom Button Menu Below ######### */


#nav, #nav ul{
margin:0 auto;
padding:0;
width: 960px;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index:999;
color:#fff;
font-size: 30px;
font-weight: bold;
font-family: Arial, sans-serif;
letter-spacing: -1px;
}

#nav a{
display:block;
padding:0 0 0 16px;
color:#fff;
text-decoration:none;
background-color:#0a243f;
}

#nav a:hover{
background:#528403 url(../images/navigation/mn-hover.png) repeat;
}

#nav li{
float:right;
position:relative;
}

#nav ul {
display:none;
position:absolute;
top:41px;
width:180px;
}

#nav li ul a{
width:180px;
height:auto;
float:left;
padding: 4px 0 4px 8px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left: 188px;
margin: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav-container{
margin: 0;
padding: 0;
width: 100%;
height: 45px;
background: #0a243f;
border-bottom: 5px solid #528403;
}




.glossymenu{
padding: 0;
width: 100%; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
font: 12px Arial, sans-serif;
color: #0a243f;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px;
text-decoration: none;
border-top: 1px solid #eee;
font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #00071c;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #fff;
color: #528403;
text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
border-top: 1px solid #fff;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: none;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial, sans-serif;
color: #528403;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #0a243f;
text-decoration: underline;
}

