#nav, #nav ul {
position:fixed
margin: 0;
list-style: none;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
}

#nav a, #nav a:hover, #nav a:visited {
display: block;
text-decoration: none;
font-size: 10px;
}
#nav a { 
list-style-type: none;
}
#nav a:hover {
color: white;
}

#nav li {
width: 100px;
position: relative;
background-color: #e38224;
}
#nav li ul {
position: absolute;
width: 100px;
bottom: 12px;
left: -9999px;
}

#nav li:hover ul {
left: -240px;
}
#nav li ul li {
background-color: #e7e4e1;
position: relative;
}
#nav li ul li:hover {
background-color: #e8dacc;
color: white;
}
#space {
height: 400px;
}
/*Sitemap Horizontal Dropdown Menu CSS for CMSimple*/


/*Microsoft behaviour to make IE6 and earlier behave like a compatible browser - ignored by other browsers*/

body{behavior:url(./csshover.htc);}


/*default styles for the menu, lists and links*/


#nav{position:fixed;z-index:0;float:left;left1000px;margin:1000;}
#nav ul{z-index:500;list-style:none;margin:0;padding:0;}
#nav li{position:relative;display:block;float:left;width:72px;color:#000;background:#666;font:bold 12px arial,helvetica,sans-serif;border:0 solid black;margin:0;padding:0;line-height:0;text-align:center;}
#nav a{display:block;width:100%;color:#600;background:#333;text-decoration:none;}


/*change list item colours on hover*/

#nav li:hover{color:#f00;background:#999;}
#nav a:hover{color:#006;background:#999;}

/*hide menulevel2*/

#nav ul ul{display:none;}


/*hide menulevel3 when hovering over menulevel1 items*/

#nav ul li:hover ul ul{display:none;}


/*display expanding menulevel2 on hovering over menulevel1 items*/

#nav ul li:hover ul{position:absolute;display:block;top:24px;left:0;}


/*display expanding menulevel3 on hovering over menulevel2 items*/


#nav ul ul li:hover ul{position:absolute;display:block;top:0;left:100%;}


/*End of Sitemap Horizontal Dropdown Menu CSS for CMSimple*/
