@charset "utf-8";
/* CSS Document */

.dropdownmenu .menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.dropdownmenu .menu ul {
padding:0;
margin:0;
list-style-type:none;
border:0;
}
.dropdownmenu .menu ul ul {
width:161px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdownmenu .menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.dropdownmenu .menu a {
display: inline-block;
font-size:11px;
text-decoration:none; 
height:26px; 
padding:0 5px; 
line-height:18px;
color:#497e2e;
padding-top /*\**/: 5px\9
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdownmenu .menu a {
}

/* style the second level background */

/* style the second level hover */
/* style the third level background */
.dropdownmenu .menu ul ul ul a {
background: none;
}
/* style the third level hover */
.dropdownmenu .menu ul ul ul a:hover {
background: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdownmenu .menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
width:161px;
}
/* another hack for IE5.5 */
* html .dropdownmenu .menu ul ul {
top:29px;
t\op:24px;
}

/* position the third level flyout menu */
.dropdownmenu .menu ul ul ul{
left:161px; 
top:0;
width:161px;
}
/* position the third level flyout menu for a left flyout */
.dropdownmenu .menu ul ul ul.left {
left:-161px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdownmenu .menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdownmenu .menu ul ul a {
/* yet another hack for IE5.5 */
}
* html .dropdownmenu .menu ul ul a{
width:161px;
w\idth:161px;
}


/* style the top level hover */
.dropdownmenu .menu a:hover {
background: none; color:#9d023a;
}
.dropdownmenu .menu :hover > a, .dropdownmenu .menu ul ul :hover > a {
background: none; color:#9d023a;
}

/* make the second level visible when hover on first level list OR link */
.dropdownmenu .menu ul li:hover ul,
.dropdownmenu .menu ul a:hover ul{
visibility:visible; 
background:none;
}
/* keep the third level hidden when you hover on first level list OR link */
.dropdownmenu .menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.dropdownmenu .menu ul :hover ul :hover ul{ 
visibility:visible;
background:none;
}


.dropdownmenu .menu ul ul li { height:24px; line-height:24px; background:url(../images_w/bgL2.jpg) left top no-repeat; width:161px;} 

.dropdownmenu .menu ul ul li a { font-size:10px; color:#497e2e; background:none; margin:0; padding:0px 0px 5px 25px; padding-bottom:0px; _height:19px; width:126px; _padding-top:5px; padding-top /*\**/:5px\9  }

.dropdownmenu .menu ul ul a:hover { background:none; color:#9d023a;}




.dropdownmenu .menu ul .dropact, .dropdownmenu .menu ul .dropact2 { color:#9d023a;}

.dropdownmenu .menu li.pipe { _height:20px; _line-height:20px; padding:0; margin:0; font-weight: bold; font-size:10px; color:#497e2e;}