

/* ===============================

 Main Nav CSS 
 
 =================================*/

/* ==============
 MAIN NAV BASE 
 ============== */
#menubar {
height: 245px;
width: 200px;
float:left;
font-size: 14px;
position:relative;
}

#menubar ul.menu { 
list-style-type:none;
margin:0; 
padding:0;
}

#menubar ul.menu * {
list-style-type:none;
margin:0; 
padding:0;
}

/* ==============
 MAIN NAV FONT STYLE 
 ============== */

#menubar ul.menu a {
background-repeat: no-repeat;
background-position:center;
display:block;
height:35px;
width:200px;
color:#ffffff;
text-decoration:none;
}
#menubar ul.menu a:hover {
color: #ffffff;
height:35px;
width:200px;
}

/* ==============
 MENU ACTIVE 
============== */
#menubar li.active {
background-color: #3D0101;
padding-top: 1px;
}
#menubar li.active a {
color: #fff;
} 

/* ==============
 MAIN NAV STYLE 
 ============== */ 

#menubar ul.menu li {
position:relative; 
float:left; 
height:35px;
width:200px;
}

#menubar ul.menu ul {
position:absolute; 
top:0px; 
left:200px;
background:#cce2dc; 
display:none; 
opacity:0; 
list-style:none;
}

#menubar ul.menu ul li {
top: 0px;
position:relative;
background-color:#CCE2DC; 
border: 1px solid #016f52;
color:#016f52;
/**border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #1a0e09;
border-right-color: #6e0814;
border-left-color: #6e0814;
border-bottom-style: none; 
border-top:none; **/
height:25px;
width:200px;
margin:0;
}

#menubar ul.menu ul li a {
display:block; 
height:25px;
color:#016f52;
line-height:25px;
padding:0; 
background-color:#cce2dc;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #016f52;
}

#menubar ul.menu ul li a:hover {
height:25px;
background-color:#c0dcd4;
color:#016f52;
}

#menubar ul.menu ul ul {
left: 200px; 
top: 0px;
}

#menubar ul.menu .menulink {
background-image:url(/images/button_off.gif);
padding-top: 0px;
/*padding-left: 7px;*/
/*padding-right: 7px; */
padding-bottom: 0px;  
font-weight: bold;
line-height:33px;
text-align: left;
text-indent:20px;
/*width:119px; /* nav item 8 */
width:200px; /* nav item 9 */
/*width:95px; /* nav item 10 */
}

#menubar ul.menu .menulink a:hover
{
background-image:url(/images/button_on.gif);
}

#menubar ul.menu .last {
background-image: none;
}

#menubar ul.menu .menulink:hover, ul.menu .menuhover {
background-image:url(/images/button_on.gif);
}

/* ==============
 SUB ARROW 
 ============== */
#menubar ul.menu .sub {
background-color: #3D0101;
background-image: url();
background-position:170px 8px;
background-repeat:no-repeat;
}

/* ==============
 DROPDOWN Top line 
 ============== */
#menubar ul.menu .topline {
border-top:1px solid #000;
}