



#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0px;
list-style: none;
width: 140px;
border: 1px solid #99cccc;
}

#nav li {
float: left;
width: 140px;
}

#nav ul {
position: absolute;
width: 135px;
left: -1000px;
border-left: 1px solid #99cccc;
border-right: 1px solid #99cccc;
border-bottom: 1px solid #99cccc;

}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
background-color: #FFFFFF;
width: 140px;
}

#nav a {
display: block;
margin: 0px 0px 0px 0px;
text-decoration: none;
font-size: 12px;
}

ul a {
font-weight: normal;
font-size: 12px;
color: #000000;
cursor: default;

}

#pulldown ul ul a:link, ul ul a:visited{
font-weight: normal;
background-image: url(none.jpg);
background-repeat: no-repeat;
background-position: right;
color: #000000;
cursor: hand;
font-size: 12px;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFFFFF;
background-image: url(../images/pulldown-bg.jpg);
background-repeat: no-repeat;
background-position: left;
cursor: hand;
font-size: 12px;
}

ul li{
background-color: #FFF;
border-left: 0px solid #FFF;
}

ul ul li{
background-color: #FFF;
border-top: 0px solid #FFF;
border-left: 0;
}





/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
}