/*

#nav{width:980px;height:70px;line-height:10px;float:left;background:url(images/nav.gif) repeat-x;margin:0 0 0 75px;padding:0; font-family: Georgia;letter-spacing:2px;}
#subnav{width:980px;height:30px;line-height:10px;float:left;background:url(images/nav.gif) repeat-x;margin:0 0 0 75px;padding:0; font-family: Georgia;}
#subnav-cafes{width:980px;height:30px;line-height:10px;float:left;background:url(images/mccalls-subnav-cafes.png) repeat-x;margin:0 0 0 75px;padding:0; font-family: Georgia;}

ul.nav{height:10px;float:left;list-style:none;font-size:12px;font-weight:400;text-transform:uppercase;margin:0;padding:0;line-height:10px;}
ul.nav li{float:left !important;list-style-type:none;border-right:0;margin:0;padding:0;}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{border-bottom:0;border-left:0;background:url(images/nav.gif) repeat-x;color:#555;float:left;display:block;text-decoration:none;padding:50px 10px 10px 10px;}
ul.nav li a:hover,ul.nav li a:active{background:url(images/navac.gif) repeat-x;color:#fff;text-decoration:none;}
ul.nav li.home a{border-left:2px solid #fff;text-decoration:none;}
ul.nav li.current_page_item a{text-decoration:none;color:#fff;background:url(images/navac.gif) repeat-x;}
ul.nav li ul{float:left;margin:0;padding:0;}

ul.subnav{height:10px;float:left;list-style:none;font-size:12px;font-weight:400;text-transform:uppercase;margin:0;padding:0;line-height:10px;}
ul.subnav li{float:left !important;list-style-type:none;border-right:0;margin:0;padding:0;}
ul.subnav li a,ul.subnav li a:link,ul.subnav li a:visited{border-bottom:0;border-left:0;color:#fff;float:left;display:block;text-decoration:none;padding:10px 10px 10px 10px;}
ul.subnav li a:hover,ul.subnav li a:active{background:url(images/navac.gif) repeat-x;color:#fff;text-decoration:none;}
ul.subnav li.home a{border-left:2px solid #fff;text-decoration:none;}
ul.subnav li.current_page_item a{text-decoration:none;color:#fff;background:url(images/navac.gif) repeat-x;}
ul.subnav li ul{float:left;margin:0;padding:0;}
*/


#info {height:500px;}

/* ================================================================ 
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/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {
/*
width:750px; 
font-size:0.85em;
padding-bottom:200px;
*/
width:980px;
height:70px;
line-height:10px;
float:left;
background:url(images/nav.gif) repeat-x;
margin:0 0 0 35px;
padding:0;
font-family: Georgia;
letter-spacing:2px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
/*padding:0;
margin:0;
list-style-type:none;
*/
height:10px;
float:left;
list-style:none;
font-size:12px;
font-weight:400;
text-transform:uppercase;
margin:0;
padding:0;
line-height:10px;
list-style-type:none;
position:relative;
z-index:100;
}


.menu ul ul {
width:150px;
float:left !important;list-style-type:none;border-right:0;margin:0;padding:0;position:relative;
z-index:100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
/*float:left;
width:150px;
position:relative;
*/
float:left !important;list-style-type:none;border-right:0;margin:0;padding:0;position:relative;
}


/* style the links for the top level */
.menu a, .menu a:visited {
/*
display:block;
font-size: 10px;
text-decoration:none; 
color:#fff; 
width:139px;
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:10px; 
line-height:29px;
*/
border-bottom:0;border-left:0;background:url(images/nav.gif) repeat-x;color:#555;float:left;text-decoration:none;padding:50px 10px 10px 10px;
font-size:10px;


}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
width:139px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
width:200px;
color: #000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
/*position:fixed;*/
height:0;
/*top:91px;
left:153px;
width:150;*/
top:70px;
left:0px;
width:150;
float:left;
}


/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}


/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:-50px;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:transparent  url(images/opaque.png); color:#000; 
width:146px;
color:#fff; 
height:auto; 
/*line-height:1em;*/
top:-1px;
line-height:19px;
padding:5px 10px; 
float:left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
/*
color:#fff; 
background:#949e7c;
*/
background:url(images/navac.gif) repeat-x;color:#fff;text-decoration:none;

}
.menu :hover > a, .menu ul ul :hover > a {
/*
color:#fff;
background:#949e7c;
*/
background:url(images/navac.gif) repeat-x;color:#fff;text-decoration: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;
float:left;
/*width:980px;*/
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
position:relative;
width:10px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}