body
{
}

/* ================================================================ 
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/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Hacked about by Ed Nice @ N-Connect. This css has a number of 'specifics' related to this implementation. If you want clear, concise css menus, go to cssplay as above */
/* EN - 06/08/2010. Fixes the IE7 z-index container bug */
.menugrid
{
	z-index: 1000;
}
.menu 
{
    	position:relative; 
    	z-index:100;
	width: 100%;
	background: #5899B3;
	height: 26px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}
.menu ul ul 
{
    /* width:100%;
    display: block;*/
}
/* 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:149px;
    min-width: 120px;
	border: 1px solid red; */
    position:relative;
	padding: 0 8px 8px 0;
	background: #fff; 
}

.menu ul li:hover
{
	background: #fff url(/images/ul-bg.png) no-repeat scroll right bottom; 
}

.menu ul ul li
{
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
    	display:block;
	border-bottom: 6px solid #fff;
    	text-decoration:none; 
    	color:#fff; 
    	background: #5899B3; 
	padding: 2px 10px;
	/*border-right: 5px solid #fff;*/
   	line-height:22px; 
    	min-width: 120px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
    background:#fff;
}
/* style the second level hover
.menu ul ul a.drop:hover
{
    background:#fff;
}
.menu ul ul :hover > a.drop 
{
    background:#fff;
} */

/* style the third level background */
/*.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}*/
/* style the third level hover */
/*.menu ul ul ul a:hover {background:#b2ab9b;}*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
    visibility:hidden; 
    position:absolute;
    top: 26px;
    left: 0; 
    /*height:0;display:block;
    width: 220px;*/
    background: transparent url(/images/ul-bg.png) bottom right no-repeat;
    padding: 0 10px 10px 0;
    border-top: 3px solid #fff;
	z-index: 101;
}

.sublast
{
    border-bottom:6px solid #5899B3;
}

/* 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:149px; top:-1px; width:149px;}*/

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left {left:-149px;}*/

/* 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; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
    background:#fff; 
    color: #999; 
    height:auto; 
    line-height:1em; 
    padding:5px 10px; 
    /* width:128px; */
    border: none;
    min-width: 180px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu ul a:hover
{
    color: #5899B3; 
    background: #fff /*url(/images/li-over-bg.png) bottom right no-repeat */;
    border-bottom: 6px solid #5899B3;
    border-right: none;
}

.menu ul ul a:hover
{
    color: #000; 
    background: #5899B3;
    border-bottom: none;
    min-width: 180px;
}

.menu :hover > a
{
    color:#5899B3; 
    background:#fff;
}

.menu ul ul :hover > a 
{
    color: #fff; 
    background: #5899B3; 
}

/* 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;}
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

