/* ================================================================ 
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.
=================================================================== */

/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table.two-page {
border-collapse:collapse;
margin:0; 
padding:0;
width: 61px;
border:0px;
}
/* ignore the link used by 'other browsers' */
.menu2 ul li a.hide, .menu2 ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu2 ul li a:hover {
color:#1C4105; 
background:#E7DC4C;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li a:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul li a:hover ul li {
background:#E7DC4C; 
color:#1C4105;
padding:10px;
width:440px;
border:20px solid #1C4105;
w\idth:436px;
text-decoration:none;
}
/*float the image left with padding and no border */
.menu2 ul li a:hover li img {

 

}
/* style the paragraph font height */
.menu2 ul li a:hover p {
font-size:0.7em;
f\ont-size:1em;
text-decoration:none;
}
/* style the background and foreground color of the submenu links */
.menu2 ul li a:hover ul li a {
display:inline;
width:1px;
word-wrap:normal;
background:#E7DC4C;
color:#1C4105;
text-decoration:underline;
border:0;
}

/* style the background and forground colors of the links on hover */
.menu2 ul li a:hover ul li a:hover {
text-decoration:none; 
color:#1C4105;
}
