/* MENU */

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9, #menu10, #menu11, #menu12, #menu13, #menu14 {

position : absolute; 
top : 10px; 
left : 10px; 
visibility : hidden; 
width : 200px; 
padding-left:3px;
} 

#navbar {
position : relative;
} 
A.nav1 {

display : block; 
} 

A.menulink1 {
background-color : #FFFFFF; 
color: #000000;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-bottom : 1px dotted #CCCCCC;
border-left : 1px solid #CCCCCC; 
border-top : none; /*1px solid black; */
border-right : 1px solid #CCCCCC; 
padding-left : 5; 
padding-right : 5; 
padding-top : 5; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
A.menulink1:hover {
background-color : #E6E7E8;
color:#ff0000;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-bottom : 1px dotted #CCCCCC; 
border-left : 1px solid #CCCCCC; 
border-top : none; /*1px solid black; */
border-right : 1px solid #CCCCCC; 
padding-left : 5; 
padding-right : 5; 
padding-top : 5; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
A.menulink1a {
background-color : #FFFFFF; 
color: #000000;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-left : 1px solid #CCCCCC; 
border-right : 1px solid #CCCCCC; 
padding-left : 5; 
padding-right : 5; 
padding-top : 5; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
A.menulink1b {
background-color : #FFFFFF; 
color: #000000;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-left : 1px solid #CCCCCC; 
border-right : 1px solid #CCCCCC; 
padding-left : 5; 
padding-right : 5; 
padding-top : 5; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
A.menulink1b:hover {
background-color : #E6E7E8;
color:#ff0000;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-left : 1px solid #CCCCCC; 
border-right : 1px solid #CCCCCC; 
padding-left : 5; 
padding-right : 5; 
padding-top : 5; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
.menutitle {
background-color : #ffffff; 
color: #375BA3;
font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration : none; 
border-bottom : 1px solid black;
border-left : 1px solid black; 
border-top : 1px solid black; 
border-right : 1px solid black; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
padding-bottom : 0; 
width : 200px; 
height: 18px;
display : block; 
} 
/*//MENU */


