/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: arial, sans-serif; 
width:960px; 
margin:0; 
padding:0;
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}


/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:link {
display:block; 
font-size:14px !important; 
font-weight: normal;
text-align:center; 
text-decoration:none; 
height:21px; 
color:#fff; 
border-right: dotted;
border-right-width:1px;
padding-left: 16px;
padding-right: 16px;
line-height:21px; 
font-size:12px;
overflow:hidden;
 }
 
li.right  {
border: none;
 }
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
color:#fff; 
background:URL(GFX/menu_hover.jpg); 
}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:180px; height: 32px;
text-align: left; }
.menu ul li:hover ul li a.hide {background:#000 URL(Images/menu_over.jpg); text-align: left; color:#fff; width:180px; border: none; line-height:32px;font-size:10px; height: 32px;
border-bottom: 1px #404040 dotted; }
.menu ul li:hover ul li:hover a.hide {background:#6ca1a1 URL(GFX/menu_bckg_2_2.jpg); text-align: left; width:180px; border: none; color:#fff; line-height:32px; font-size:10px; height: 32px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ababab; text-align: left; width:180px; border: none; color:#fff; line-height:32px; font-size:10px; height: 32px;border-bottom: 1px #404040 dotted;}
.menu ul li:hover ul li a:hover {background:#6ca1a1; color:#fff; line-height:32px; font-size:10px; height: 32px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:174px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-80px;
}
.almenu {
font-family: arial, sans-serif; 
width:846px; 
margin:0; 
padding:0;
position:relative;
z-index:80;
}
.almenu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.almenu ul li {
float:left; 
position:relative;
}
.almenu ul li a, .almenu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
height:24px; 
width: 86px;
color:#fff; 
padding-left: 2px;
padding-right: 2px;
line-height:30px; 
font-size:12px;
overflow:hidden;
background-image: url(GFX/almenu_btn_bckg.jpg);
background-repeat: no-repeat;
background-position: center center; 
}
.almenu ul li:hover a {
color:#000; 
background:URL(GFX/almenu_btn_bckg_2.jpg);
background-repeat: no-repeat;
background-position: center center;  
}
.newsmenu {
font-family: arial, sans-serif; 
margin:0; 
margin-left: 10px;
padding:0;
}
.newsmenu ul {
padding:0; 
margin: 0px;
list-style-type: none;
}
.newsmenu ul li {
margin-top: 20px;
}
