/****************************************************************************************/
/* navigation 1st level menu */
/****************************************************************************************/
#menu {
    width: 762px; 
    height: 19px;	 
    font-size: 11px;
    font-family: Verdana;
    position: relative;  
    z-index: 2;
    border-bottom: 1px solid black;
    background-color: #cccccc;
    padding: 0px; 
    margin: 0px 0px 0px 0px; 
}

#menu #menuItem{
   border-left-color: white;
   border-left-style: solid;
   border-left-width: 1px;
   height: 19px;
   padding: 0px; 
   margin: 0px 0px 0px 0px; 
   float: left;  
   position: relative;  
}

#menu #menuItemDwl{     
   padding: 0px;
   margin: 0px 0px 0px 0px; 
   float: left;  
   position: relative;  
   width: 116px;
   height: 19px;   
}

#menu #menuItemDwl .imgDwl{  
   height: 18px;
   padding: 0px;
   margin: 0px;   
   width: 116px;     
}

#menu  #menuItemContact
{
   padding: 0px 22px 0px 0px; 
   margin: 0px 0px 0px 0px; 
   float: right;  
   position: relative;  
   width: 101px;
   height: 19px;   
}

#menu #menuItemContact .imgContact{  
   height: 19px;
   padding: 0px;
   margin: 0px;   
   width: 101px;     
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
   
   list-style-type: none;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {      
        padding: 0px 0px 0px 0px;
	position: relative;
	float: left;        
}

/* style the links for the top level */
#menu ul a,
#menu ul a:link, 
#menu ul a:visited {   
   display: block;
   height: 19px;    
   text-decoration: none;
}

#menu ul a.menuItem
{
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 0px 5px;
    color: #d80a29;
    position: relative;
    float: left;    
    height: 19px;   
}

#menu ul a:hover{
    color: #ffffff;
   }
/* style the top level hover */
#menu ul a:hover{
	border: 0px solid #FF0000;
}

#menu ul :hover > a {
	border: 0px solid #FF0000;
        color: #ffffff;
}

/****************************************************************************************/
/* navigation 1st level menu */
/****************************************************************************************/
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	margin: 0px 0px 0px -1px;
        padding: 0px 0px 0px 0px;
	width: 150px;
	top: 19px;
	left: 0px; 
	list-style-type: none;
	border: 1px solid #cccccc;       
	visibility: hidden;
	position: absolute;
	display: block;	
	font-size: 11px;
        color: #cccccc;
}

/* style the second level links */
#menu ul ul a, 
#menu ul ul a:link, 
#menu ul ul a:visited {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	width: 148px;
	border-top: none;
        height: 19px;
}

/* style the second level hover */
#menu ul ul a:hover{
	border-top: none;
}

#menu ul ul :hover > a {
	border-top: none;   
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility: visible;         
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position: absolute; 
	top: -11px; 
	left: -1px;
	font-size: 1.0em;
        height: 19px;
}
#menu ul ul li a{
   color: #cccccc;
   font-family: Verdana;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 19px;
}
#menu ul ul li a:hover{
   color: #ffffff;
   font-family: Verdana;
   width: 148px;   
}
#menu ul ul li {
   font-family: Verdana;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;   
   height: 19px;
}

.menuOver{
    margin: 0px 0px 0px 0px;  
   padding: 0px 0px 0px 0px;   
   background-color: #d80a29;
    position: relative;
    float: left;    
    height: 19px;   
  }

.menuOut{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
    background-color: #cccccc;
    position: relative;
    float: left;    
    height: 19px;   
}

.menuline
{
   border-bottom-color: #ffffff;
   border-bottom-style: solid;
   border-bottom-width: 1px;

}