@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 {position:relative; z-index:100;}

#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:#82302F;z-index:101;}

#topmenu ul li ul a,

#topmenu ul li ul .separator

{

	width:200px;

	padding:5px 10px;

	display:block;

	cursor:pointer;

}

/* specific to non IE browsers */



#topmenu ul li:hover a {color:#fff;}

#topmenu ul li:hover li a{}

#topmenu ul li:hover ul {display:block; position:absolute;background:#181C21; top:58px; left:0; width:220px;}

#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;color:#fff;}

#topmenu ul li:hover ul li a:hover,

#topmenu ul li:hover ul li.active a{background:#ddd;color:#000; }

#topmenu ul li:hover ul li a:hover { color:#000;}

#topmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:220px; top:0;}

#topmenu ul li:hover ul li:hover ul.left {left:-200px;}