/* CSS Nav Menu Document */
/* Surf'n Styles for Capitola Weather Net */

#menu {
    width: 9.2em;
    background: #ebebeb;
    margin: 6px 2px 20px 5px;
}

#menu ul {
    list-style: none;
	position: relative;
    margin: 0;
    padding: 0;
	z-index: 1000;
}

* html #menu ul {
    position: absolute;
    background: #ebebeb;
}

#menu a {
    color: #000000;
    background: #f2f2f2;
    text-decoration: none;
    font: bold 0.65em/1.5em Verdana, Geneva, Arial, helvetica, sans-serif;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc #888888 #555555 #bbbbbb;
    /* border: #fff; */
    margin: 0;
    padding: 2px 3px;
}

#menu a:hover {
    color: #aa0000;
    background: #ffffff;
}

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

#menu ul li a.sub,
#menu ul li:hover a.sub {
    background: url(../images/arrow.gif) no-repeat 136px;
}

#menu ul li:hover a.sub {
    background-color: #ffffff;
}

#menu li {
    position: relative;
	background: #ebebeb;
}

div#menu ul ul {
    display: none;
}

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