 /* common styling */

 /* Set up the default font and ovrall size to include image */
.dropnav {
/*width:540px;*/
position:relative; 
margin:1px 0 0 0;
font-size:1.1em;

}
/* get rid of the default padding - margin and bullets */
.dropnav ul {
padding:0; 
margin:0;
list-style-type: none;
text-align:left;
}
/* make dropnav horizontal */
.dropnav ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.dropnav ul li a, .dropnav ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
/*width:88px; */
height:16px;
font-weight:normal;
color:#8F9898; 
border-bottom:8px solid #FFF;
background:#fff; 
padding-left:6px;
padding-right:16px; 
line-height:16px;
margin-right:0px;
float:left;
}
/* hack for IE5.5 to correct the faulty box model */
* html .dropnav ul li a, .dropnav ul li a:visited {
/*width:118px;
w\idth:108px;*/
width:auto;
}
/* hide the drop down dropnav */
.dropnav ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the dropnav */
.dropnav table {
margin:-1px; 
border-collapse:collapse;
font-size:11px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.dropnav ul li:hover a,
.dropnav ul li a:hover {
color:#666; 
border-bottom:8px solid #FFF;
width:auto;
}
/* make the drop down dropnav show and correctly position it */
.dropnav ul li:hover ul,
.dropnav ul li a:hover ul {
display:block; 
position:absolute; 
top:13px;
margin-top:11px;
left:0; 
width:126px;
border:1px solid #C11400;
border-top:0;
background:transparent;
text-align:left;
}
/* style the drop down links with no hover */
.dropnav ul li:hover ul li a,
.dropnav ul li a:hover ul li a {
display:block; 
background:transparent url(/images/global/opaque90.png);
color:#666; 
border:0;
margin:0;
font-weight:normal; 
font-size:11px;
/*height:auto;*/ 
line-height:14px; 
padding:5px; 
width:116px
}
/* style the drop down dropnav links when hovered */
.dropnav ul li:hover ul li a:hover,
.dropnav ul li a:hover ul li a:hover {
background:#8B1000; 
color:#FFF;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.dropnav ul li a:hover ul {
background:transparent filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
opacity:0.9;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down dropnav */
.dropnav ul li a:hover ul li a {
background:#FFF;
width:126px; /* for IE5.5 faulty box model */
w\idth:116px; /* for IE6 */
}
