/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* set up the overall width of the menu div, the font and the margins with a relative position*/

#menu2 {
font-family: verdana, arial, sans-serif; 
width:550px;
height:330px;
margin:0 auto 76px; 
position:relative;
z-index:90;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
#menu2 ul {
padding:0; 
margin:13px 0 0;
list-style-type: none;
border:0;
}
#menu2 ul table {border-collapse:collapse; font-size:1em;}
/* float the list so that the items are in a line */
#menu2 ul li {
float:left;
list-style-type:none;
margin-left:0; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:109px; 
height:42px; 
color:#333; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#FFFFFF url(images/nav/alu_bg_stripes.png) repeat-x scroll 0 0; 
line-height:44px; 
font-size:12px;
font-weight:bold;
border-right:1px dotted #A6A6A6;
}
/* make the dropdown ul invisible */
#menu2 ul li ul {
position:absolute; left:-9999px; height:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu2 ul li#current a {color:#0177BA; background:#fafafa;}

#menu2 ul li a:hover,
#menu2 ul li:hover a {
color:#0177BA; 
background:#eee;
cursor:
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu2 ul li#current ul,
#menu2 ul :hover ul {
top:30px; 
left:0;
height:310px;
background:#fff;
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#menu2 ul li#current ul li,
#menu2 ul :hover ul li {

color:#000;
height:auto;
}

#menu2 ul li#current ul li {}
/*float the image left with padding and no border */
#menu2 ul li#current ul li img,
#menu2 ul :hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;
}
/* style the paragraph font height */
#menu2 ul li#current ul li p,
#menu2 ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
#menu2 ul li#current ul li a,
#menu2 ul :hover ul li a {
display:inline;

color:#c00;
text-decoration:underline;
border:0;
line-height:1.8em;
}
/* style the background and forground colors of the links on hover */
#menu2 ul li#current ul li a:hover,
#menu2 ul :hover ul li a:hover {
text-decoration:none; 
color:#000;
cursor:default;
}

#menu2 ul li#current a:hover{
cursor:default;
}
