/* ================================================================ 
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.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.
=================================================================== */
#topnavcontainer .menu {
	float:	left;
	width: 960px;
	background: url(../images/navbg.jpg) repeat-x;
	min-height: 30px;
}

#topnavcontainer .menu a {
	text-decoration: none;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#topnavcontainer .menu a, #topnavcontainer .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color: #fff;*/
}

/* common styling */
#topnavcontainer .menu {font-family: arial, sans-serif; position:relative; z-index:600;}

#topnavcontainer .menu ul li a, #topnavcontainer .menu ul li a:visited {
	width: auto; 
	height: 15px; 
	display:block; text-decoration:none; color:#000;  text-align:left; color:#fff; 
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
	
#topnavcontainer .menu ul {padding:0; margin:0; list-style: none;} /* o */
#topnavcontainer .menu ul li {float:left; position:relative;} /* o */
#topnavcontainer .menu ul li ul {display: none;} /* o */

/* specific to non IE browsers */
#topnavcontainer .menu ul li:hover a {color:#000000; background:#ffffff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;


}

#topnavcontainer .menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:157px;

}
#topnavcontainer .menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#topnavcontainer .menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000000;}
#topnavcontainer .menu ul li:hover ul li ul {display: none;}
#topnavcontainer .menu ul li:hover ul li a {display:block; background:#ffffff; color:#000000;
	height: auto;
	margin: -2px 0 0 0px;
	border-left: 1px solid #000;
	border-bottom: none;
	border-top: none;
	border-right: 1px solid #000;
	background: #fff;
	color: #000;
	width:135px;
}
#topnavcontainer .menu ul li:hover ul li a:hover {background:#28578a; color:#ffffff;}
#topnavcontainer .menu ul li:hover ul li:hover ul {display:block; position:absolute; left:135px; top:0;}
#topnavcontainer .menu ul li:hover ul li:hover ul.left {left:-135px;}






















