@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}

ol, ul {list-style: none;}


/* 
	LEVEL ONE
*/
.Hmenu{margin-bottom:20px;height:31px; background: #436D57 url(/media/images/nBG.jpg) repeat-x;}
ul.dropdown                         { position: relative; z-index:10; float:right;
	                                   height:31px; background: #436D57 url(/media/images/nBG.jpg) repeat-x;  font-family: sans-serif; font-size:12px; font-weight:bold; letter-spacing:1px;}
ul.dropdown li                      { float: left; zoom: 1; line-height: 14px; }
ul.dropdown a:hover		            { background:#9DBEAD ; color:#fff;}

ul.dropdown ul li a:link	            { background:#fff; color:#000;}
ul.dropdown ul li a:hover	            { background:#436D57; color:#fff;}

ul.dropdown a:active                { color:#fff ; }
ul.dropdown li a                    { display: block; padding: 8px 18px; border-right:1px solid #598F72;
	 								  color: #fff; text-decoration:none }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #000; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 145px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #fff;border-top:1px solid #fff;
                                      border-left: 1px solid #436D57; border-right: 1px solid #436D57; border-bottom: 1px solid #436D57}
ul.dropdown ul li 					{ font-weight: normal; background: #fff;  color: #000; 
									  float: none;  }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; background: none; padding: 3px 5px; width: 135px; display: inline-block;font-size: 11px; } 
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; z-index:300; border-top: 1px solid #436D57 }
ul.dropdown li:hover > ul 			{ visibility: visible; }
