#navigation{height: 28px;}
#welcome{float: left; margin-top: 8px; color: #FFFFFF; width: 154px;text-align:center;}

/* borders on sub menus */
.menuRefine ul ul li{	border-left: solid 1px #000000;	border-right: solid 1px #000000; }
.bottomMenuBorder{	border-bottom: solid 1px #000000; }
#menuBox{ margin-left: 100px;}
/* ================================================================
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_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menuRefine {position:absolute; z-index:100; width: 100%; font-family: Tahoma,Verdana,Arial,Helvetica;}
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
.menuRefine ul {padding:0;margin:0;list-style-type:none;}
.menuRefine ul ul {width:165px;} /* required for sub labels
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuRefine li {float:left;position:relative; font-size: 11px;}
/* style the links for the top level ie7 must have width otherwise this breaks...*/
.menuRefine a, .menuRefine a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:80px; height:28px; padding-left:10px; line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menuRefine a, * html .menuRefine a:visited {width:149px; w\idth:138px;} */

/* style the second level background */
.menuRefine ul ul a.drop, .menuRefine ul ul a.drop:visited {background:#EEEEEE; }
/* style the second level hover */
.menuRefine ul ul a.drop:hover{ background:#EEEEEE; }
.menuRefine ul ul :hover > a.drop { background:#EEEEEE; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuRefine ul ul {visibility:hidden; position:absolute;height:0;top:28px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menuRefine ul ul {top:28px;t\op:29px;}

/* position the third level flyout menu */
.menuRefine ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menuRefine ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuRefine table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menuRefine ul ul a, .menuRefine ul ul a:visited, .menuRefine ul ul a:active {
	background:#EEEEEE; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px; border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menuRefine ul ul a, * html .menuRefine ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menuRefine a:hover {color:#000; background:#EEEEEE;}
.menuRefine ul ul a:hover{color:#000; background:#E7EFF2;}
.menuRefine :hover > a, .menuRefine ul ul :hover > a {color:#000; background:#E7EFF2;}

/* make the second level visible when hover on first level list OR link */
.menuRefine ul li:hover ul,
.menuRefine ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menuRefine ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuRefine ul :hover ul :hover ul{ visibility:visible;}
