/* ================================================================ 
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_pullup.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.
=================================================================== */
/* style the outer div to give it width */
.menu				{ position:relative; padding-left:200px; height:25px; background-image:url(img/bg-menu.gif); background-repeat:repeat-y; letter-spacing:-1px; line-height:24px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 			{ padding:0; margin:0; list-style-type:none; width:500px; text-align:center; }
.menu ul ul 		{ width:130px; }
/* 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:100px; position:relative; }
/* style the links for the top level */
.menu ul a, 
.menu ul a:visited 	{ display:block; text-decoration:none; color:#203e82; width:100px; height:25px; }
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 		{ border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px; }
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility:hidden; position:absolute; bottom:25px; left:0;  width:130px; text-align:left; }
* html .menu ul ul 	{ bottom:24px; }
/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited { color:#203e82; height:auto; line-height:1em; padding:5px 0px 5px 10px; width:130px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a { width:130px; w\idth:89px; }
/* style the top level hover */
.menu ul a:hover,
.menu ul ul a:hover	{ color:#fff; background:#203e82; }
.menu ul :hover > a, 
.menu ul ul :hover > a { color:#fff; background:#203e82; }
/* 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; height:auto; }
/* style the third level background */
.menu ul ul ul a, 
.menu ul ul ul a:visited { 	background:#none; }
/* style the third level hover */
.menu ul ul  a:hover { background:none; font-weight:bold; color:#203e82; }
.menu ul ul  :hover > a { background:#none; }
/*
.menu ul ul  :hover > a { background:#203e82;color:#fff;font-weight:normal; }
*/
ul li.menu-over a, 
ul li.menu-over a:visited		{ color:#fff; background-color:#203e82; }
ul li.menu-over ul a,
ul li.menu-over ul a:visited { background:none; color:#203e82; }