@charset "UTF-8";

@media all
{
#menu {
font-size:11.5px;
z-index:3;
overflow:visible;
font-family:Verdana, Geneva, sans-serif;
margin-right:278px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:0;
margin-bottom:0;
list-style-type:none;
z-index:3;
float:right;
position:relative;
top:87px;
border:none;
}
#menu ul ul {
width:auto;
padding:0;
z-index:3;
border:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
float:left;
width:auto;
position:relative;
border:none;

}




/* style the links for the top level */
#menu a, #menu a:visited, #menu a:focus {
display:block;
text-decoration:none; 
color:#000; 
width:auto; 
height:29px; 
border-right:1px solid #fff; 
padding-left:2px; 
line-height:29px;
padding:0 10px 0 10px;
font-weight:normal;
}
#menu a.dropact{ color:#6A1848; }
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
width:150px;
w\idth:139px;
z-index:3;
}
#menu ul ul li {
border:0px solid #E0E0E0;

}
#menu ul ul li a {
border-right:0px solid #E0E0E0;

}
	
	/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
background:#E0E0E0 url("img/arrow_right_nav.png") right no-repeat;
border-right:0px solid #E0E0E0;
}
/* style the second level hover */
#menu ul ul a.drop:hover{
background:#E0E0E0 url("img/arrow_right_nav.png") right no-repeat;
}
#menu ul ul :hover > a.drop {
background:#E0E0E0 url("img/arrow_right_nav.png") right no-repeat;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
background:#E0E0E0;
}
/* style the third level hover */
#menu ul ul ul a:hover {
background:#E0E0E0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
width:150px;
z-index:3;
border:0px;
}
/* another hack for IE5.5 */
* html #menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
#menu ul ul ul{
left:150px; 
top:0;
width:150px;
margin-left:0px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
background:#E0E0E0; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
margin:0;
border-left:1px solid #ffffff;
border-bottom: 2px solid #ffffff;
/* yet another hack for IE5.5 */
}
* html #menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
color:#6A1848; 

}
#menu :hover > a, {
color:#6A1848;

}
#menu ul ul :hover > a {
color:#6A1848;
}

#menu ul ul ul :hover > a {
color:#6A1848;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
border:none;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
visibility:visible;
}
}
