/****************************************************************************************/
/****************************************************************************************/
/* menu.css */
/****************************************************************************************/
/****************************************************************************************/

/****************************************************************************************/
/* navigation 1st level menu */
/****************************************************************************************/
#menu {
    width: 780px; 
    height: 27px;	
    position: relative;    
    font-size: 11px;
    font-family: Tahoma;
    z-index: 2;
}
#menu .separator{
    margin: 0px 0px 0px 0px;
    height: 22px;	
    width: 2px;      
}

#menu #menuItem{ 
   padding: 1px 0px 1px 7px;
    height: 22px;
}

/* 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;
        margin: 0px;
        
}

/* style the links for the top level */
#menu ul a,
#menu ul a:link, 
#menu ul a:visited {
	margin: 2px 5px 0px 0px;
	height: 22px;
        display:block;	
	line-height: 1.6em;
	text-decoration:none; 
        color: #424242;
}
#menu ul a:hover {
    color: #000000;
   }
/* style the top level hover */
#menu ul a:hover{
	border: 0px solid #FF0000;
}

#menu ul :hover > a {
	border: 0px solid #FF0000;
}

/****************************************************************************************/
/* 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 0px;
	width: 130px;
	top: 23px;
	left: 0; 
	list-style-type: none;
	border: 1px solid #c1d7c2;       
	visibility: hidden;
	position: absolute;
	display: block;	
	font-size: 1.0em;
        color:#414141;
}

/* style the second level links */
#menu ul ul a, 
#menu ul ul a:link, 
#menu ul ul a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	width: 127px;
	border-top: none;
        height: 20px;
}

/* 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: -11; 
	left: -1;
	font-size: 1.0em
}
#menu ul ul li a{
   color: #424242;
   font-family: Tahoma
}
#menu ul ul li a:hover{
   background-color: #a6dea4;
   color: #000000;
   font-family: Tahoma;
width: 128px;   
}
#menu ul ul li {
   font-family: Tahoma;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px
}

.menuline
{
   widht:128px;
   height:1px;
   padding: 0px 0px 0px 0px;
   margin: 0px;
}
   