/* Dropdown Menus for Navigation */

*{margin:0;padding:0;border:none;}

body{margin:1.5em;font-family:verdana,tahoma,arial,sans-serif;}

/* Begin CSS Popout Menu */

#menu{
width:150px;
float:left;
background-color:#CCCCCC;
}

#menu a, #menu .nav_link{
font-family:Verdana, Tahoma, Arial, Helvetica;
font-size:12px;
color:#450045;
text-align:left;
margin:0;
padding:1px 1px 1px 1px;
line-height:1.6;
}

#menu .nav_link{
color:color:#450045;
background-color:#CCCCCC;
}

#menu a{
background:#CCCCCC;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#450045;
}

#menu a:hover{
color:#660066;
background:#CCCCCC;
}

#menu a:active{
color:#450045;
background:#CCCCCC;
}

#menu ul{
list-style:none;
margin:0;
padding:10px 10px 10px 10px;
}

#menu li{
position:relative;;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu .nav_link:hover{
background:#AAAAAA;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#450045;
background:#888888;
width:80px;
height:12px;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
}

#menu a.x:hover{
color:#450045;
background:#666666;
width:80px;
height:12px;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
}

#menu a.x:active{
color:#450045;
background:#888888;
width:80px;
height:12px;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
}

