/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
*/

ul.menu, ul.menu li {
	margin:0;
	list-style-type:none;
	}

ul.menu {
	height: 28px;
	position:relative;
	cursor:default;
	z-index:2000;
	width:100%;
	margin-left: 50px;
	}
	
ul.menu li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	text-align:left;
	/*left: 10.55em;*/
	margin:0 0 0 -1px;
	}
	/*
* html ul.menu li {
	margin: 0 -10.55em 0 10.5em;
	}

ul[class^="menu"] li {
	margin: 0 -10.55em 0 10.45em;
	left: 0.05em;
	}
	*/

ul.menu ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	width:8.2em;
	margin:0 0 0 0;
	left:-10000px;
	}

ul.menu ul li {
	width:8.2em;
	left:auto;
	margin:-1px 0 0 0;
	background-color:#bf3b26;
	}

ul.menu ul.wider, ul.menu ul.wider li {
	width:12.2em;
	display:block;
	height: 18px;
	margin-bottom: 5px;
	color:#fff;
	font-family:  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    text-align: left;
	font-size: 100%;
    line-height: 22px;	
	}

ul.menu ul ul {
	margin:-0.45em 0 0 7.65em;
	}

@media Screen, Projection { 
	ul.menu li:hover > ul { left:auto; }
	ul.menu ul li:hover > ul { top:0; }
	}

ul.menu a, ul.menu a:visited {
	display:block;
	cursor:pointer;
	padding:5px 7px;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
	background:#bf3b26;
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}

ul.menu a:hover, ul.menu a:focus, ul.menu a.rollover, ul.menu a.rollover:visited {
	text-decoration: underline;
	}

ul.menu a { float:left; }
@media Screen, Projection { ul.menu a { float:none; } }
ul.menu a:not(:nth-child(n)) { float:left; }
ul.menu ul a { float:none !important; }
@media screen, projection {
	* html ul.menu li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.menu li { position:static; }
* html ul.menu a { position:relative; }
ul[class^="menu"] ul { display:none; }
ul[class^="menu"] ul { displa\y:block; }

#menutop{
	clear: both;
	background-image: url(../images/menubgsmall.jpg);
	background-repeat: repeat-x;
	width: 980px;
	height: 15px;
}

#menubody {
	clear: both;
	width: 980px;
	background:#bf3b26;
}
