/* ================================================================ 
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/flyoutt.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.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:202px; height:178px; padding:30px 0 0 0;position:relative; margin:0; font-size:14px;font-weight:bold;float:left;background-image:url(../images/bgMenu.gif);}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#03343a; width:177px; height:25px; padding:5px 0 0 25px;text-align:left; border:1px solid #94d6e0; border-width:0px 0px 1px 0; line-height:19px; font-size:11px;}
.menu ul {padding:0px 0 0 0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#03343a; background-image:url(../images/overLink.gif);}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:202px; width:105px;}
/*.menu ul li:hover ul li a.hide {background:#bee9ef; color:#03343a;}
.menu ul li:hover ul li:hover a.hide {width:150px;}*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#bee9ef; color:#03343a; width:150px;}
.menu ul li:hover ul li a:hover {background-image:url(../images/overLink.gif); color:#03343a;}
/*
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;} */


.home .menu .home a, .vdu .menu .vdu a, .training .menu .training a,
.manual .menu .manual a, .manual .menu .training a,
.patient .menu .patient a, .patient .menu .training a,
.occupational .menu .occupational a, .occupational .menu .training a,
.aed .menu .aed a, .aed .menu .training a,
.stress .menu .aed a, .stress .menu .training a,
.other .menu .aed a, .other .menu .training a,
.contact .menu .contact a
{
	color:#03343a; background-image:url(../images/overLink.gif);
}

.training .menu .training ul a,
.manual .menu .patient a,.manual .menu .occupational a,.manual .menu .aed a,.manual .menu .stress a,.manual .menu .other a,
.patient .menu .manual a,.patient .menu .occupational a,.patient .menu .aed a,.patient .menu .stress a,.patient .menu .other a,
.occupational .menu .manual a,.occupational .menu .patient a,.occupational .menu .aed a,.occupational .menu .stress a,.occupational .menu .other a,
.aed .menu .manual a,.aed .menu .patient a,.aed .menu .occupational a,.aed .menu .stress a,.aed .menu .other a,
.stress .menu .manual a,.stress .menu .patient a,.stress .menu .occupational a,.stress .menu .aed a,.stress .menu .other a,
.other .menu .manual a,.other .menu .patient a,.other .menu .occupational a,.other .menu .aed a,.other .menu .stress a
{
	background-image:none;
}

ul.TopDropdownMenu li.IsNavSelected a
{
       color:#03343a; background-image:url(../images/overLink.gif);
}

ul.TopDropdownMenu li.IsNavExpanded a
{
       color:#03343a; background-image:url(../images/overLink.gif);
}