﻿/* ---------- Mega Drop Down --------- */
#mega {
    list-style: none;
    font-weight: bold;
    text-align: left;
    width: 536px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;

}

@-moz-document url-prefix()
{
#mega {
    margin-left: -40px;
    margin-bottom: 0px;
    margin-top: 0px;
}
}

#mega li {
    /*border-right-style: solid; 
    border-right-width: 3px; 
    border-right-color: #333333; 
    border-left-style: solid; 
    border-left-width: 2px; 
    border-left-color: #CCCCCC;*/
   
   border-style: none solid none solid;
    border-width: 1px;
    border-color: #555555;

    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #767779;
    margin-left: -1px;
    float: left;
    width: 100px;
    height: 28px;
    text-align: center;
    position: relative;
    line-height: 2.5em;
    
    /*
    background-image: url('../Images/menu_seperator.jpg');
    background-repeat: no-repeat;
    background-position: right top;*/
}
#mega li:hover {
	border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
	padding:0px 0px 0px 0px;
	margin-top:0px;
	z-index:1; /* shadow above adjacent li */
	color: #FFFFFF;
	background-color: #232323;
	border-style: none solid none solid;
    border-width: 1px;
    border-color: #000000;
	
}
#mega a {
color:#FFFFFF;
outline:0;
display:block;
text-decoration:none;

}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:-2px;
padding:0px;
border:1px solid #000000;
border-top:0;
font-weight:normal;
text-align:left;
line-height:1.5em;
background:#000000;
filter:alpha(opacity=94);
	-moz-opacity:0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;

}
#mega div a {
color:#FFFFFF;
outline:0;
display:block;
}
#mega div a:hover {
color:#FFFFFF;
outline:0;
display:block;
text-decoration: underline;
}

#mega li:hover div {
left:-1px;top:1;
}
#mega li.dif:hover div {
left:-221px;top:1;
}

/* ---------- Inside Styles ---------- */
.table_header
{
    background-color: #333333;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 1px;
    margin-left: -2px;
    height: 12px;
}
.dividerline
{
    border-right: 1px solid #333333;
    text-align: left;
}
.menuitem
{
    text-decoration: none;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.menuitem:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.menuitem_text
{
    text-decoration: none;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}
