/* CSS navs - Horizontal CSS nav with Dropdown and Popout navs - 20050131 */

/* Begin CSS Popout nav */

#nav{
margin-top: 5%;
float: right;
width:75%;
text-align: center;
}

#nav h2, #nav a{
font: normal 95% helvetica, arial, sans-serif;
display:block;
border-width:0.17em;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding: 4px 10px;
color: #13105c;
text-decoration: none;
background: #ebebeb;
}

#nav ul ul a, #nav ul ul ul a{
font: normal 95% helvetica, arial, sans-serif;
white-space:nowrap;
padding:4px 8px;
text-decoration:none;
text-align: left;
background: #ccc;
border: none;/*
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;*/
}

#nav a:hover{
	
}

#nav ul ul a, #nav a:visited{
color:#13105c;
}

#nav ul ul a:hover, #nav ul ul ul a:hover{
background-color: #fff;
}

#nav ul ul a:active, #nav ul ul ul a:active{
color:#000;
}

#nav ul{
list-style:none;
margin:0;
padding:0 1px;
float:left;
}

#nav ul ul, #nav ul ul ul{
padding: 0;
}

#nav li{
position:relative;
}

#nav ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
background-color: #ccc;
border-top: none;
width: 10em;
padding-top: 0.5em;
border-top:2px solid black;
border-right: 2px solid #333;
}

#nav 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#nav h2:hover{
	color: #13105c;;
}

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

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
font-weight:bold;
color:#000;
background:url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#nav a.x:hover{

}

#nav a.x:active{
color:#060;
}

/* End CSS Popout nav */
