﻿#nav, #nav ul {
    padding: 0px 0 0 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#nav li{
    float: left;
    margin-left: 0px; 
    padding-left: 0px; 
    padding-right: 5px;    
}

#nav ul {
position: absolute;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a 
{	
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

#nav ul a{
font-weight: bold;
color: #CCCCCC;
cursor: default;
}

#nav ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

#nav ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
#nav * html ul ul li{
border-top: 0;
}
#nav span
{
	/*visibility: hidden;*/
}
#nav a.button
{			
	height: 27px; 	
	padding: 3px 20px 0px 20px;
	color: White;
    background-image: url( '../../images/menu-repeat.png' );   
    background-repeat: repeat-x;        
}
#nav a:hover.button
{
    background-image: url( '../../images/menu-over-repeat.png' );   
    background-repeat: repeat-x;
   
}
