@charset "utf-8";

/* CSS Document */



/* ================================================================ 

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.

=================================================================== */

/* common styling */

#topmenu {}
#topmenu ul li a, .menu ul li a:visited {text-decoration:none; overflow:hidden;}
#topmenu ul {padding:0; margin:0; list-style: none;}
#topmenu ul li {float:left; position:relative;}
#topmenu ul li ul {display: none;background:#b4b1b1;z-index:101;padding:0;}

#topmenu ul li ul ul{
	background:#F8F8F8;
}


#topmenu ul li ul li{
	padding:0px;
}
#topmenu ul li ul a,
#topmenu ul li ul .separator
{

	width:180px;
	padding:3px 10px;
	background:none;
	display:block;
	cursor:pointer;
}



/* specific to non IE browsers */

#topmenu ul li:hover a {color:#FFF;}
#topmenu ul li:hover ul {display:block; position:absolute;top:40px; left:0; width:200px;}
#topmenu ul li:hover ul li a.hide {color:#fff;}
#topmenu ul li:hover ul li:hover a.hide {color:#000;}
#topmenu ul li:hover ul li ul {display: none;}
#topmenu ul li:hover ul li a {display:block;background:none;color:#fff;}

#topmenu ul li:hover ul li a:hover,
#topmenu ul li:hover ul li.active a{background:#f8f8f8;color:#666; }
#topmenu ul li:hover ul li a:hover { color:#666;}
#topmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:190px; top:0;}
#topmenu ul li:hover ul li:hover ul.left {left:-200px;}

#topmenu ul li:hover ul li ul li a:hover,
#topmenu ul li:hover ul ul li.active a{background:#BF0159;color:#FFF; }
#topmenu ul li:hover ul li ul li a,
#topmenu ul li ul ul li a{color:#666;}
