﻿
/* SUBMENU: */
#subnav, #subnav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#subnav li{
    float: left;      
    padding: 0px;
    margin: 0px;
}

#subnav li h3
{
    color: White;
    font-size: 12px;
    margin: 0px;
    padding-top: 11px;
}

#subnav ul {
position: absolute;
left: -1000px;
padding: 0px;
    margin: 0px;
}

#subnav li:hover ul, #subnav li.ie_does_hover ul {
left: auto;
background-position: 0px 0px;
padding: 0px;
margin: 0px;
}

#subnav a 
{	
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

#subnav ul a{
font-weight: bold;
color: #CCCCCC;
cursor: default;
}

#subnav ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

#subnav ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
#subnav * html ul ul li{
    padding:0px;    
    margin: 0px;
    border-top: 0px;
    top: 0px;
}
#subnav span
{
    padding:0px;    
    margin: 0px;
	/*visibility: hidden;*/
}
#subnav a.subnavbutton
{	
    padding: 5px 15px 0px 15px;
    margin: 0px;		
	height: 42px; 			  		
}
#subnav a:hover.subnavbutton
{	
    padding: 5px 15px 0px 15px;
    margin: 0px;		
	height: 42px; 			  		
}
#subnav a.subnavbuttonActive
{			    	
    padding: 5px 15px 0px 15px;
    margin: 0px;		
	height: 42px; 
    background-image: url('../../images/over.png');          
}
#subnav a:hover.subnavbutton
{			    	
    padding: 5px 15px 0px 15px;
    margin: 0px;
    background-image: url('../../images/over.png');           
}
#submenu div.button
{        
    height:42px;        
    background-position: 753px 153px;           
}
div.line
{    
    width: 1px;
    height:42px;    
    background-image: url('../../images/splitterdown.png');
    background-position: top;      
}
