/* ---------------------------------------------- */
/* ------------ EngineSF Stylesheet  ------------ */
/* ---------------------------------------------- */

/* ----- Undoing Defaul HTML Specifications ----- */

/* normalizes link decoration */
:link, :visited { text-decoration:none }

/* normalizes list styling */
ul, ol { list-style:none }

/* normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }

/* normalizes the margins and padding for all elements that have a default specifications for them */
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* normalizes image borders */
a img,:link img,:visited img,abbr { border:0 }

/* de-italicizes address, abbr elements */
address,abbr { font-style:normal }


/* Global 
------------------------------------------------ */

body {
	color:#000;
	font:small/1.3em "lucida grande", verdana, helvetica, sans-serif;
	background-color:#fff;
}

a {
	color:#999999;
}

hr {
	display:none;
}

.none {
	display:none;
}


/* Structure
----------------------------------------------- */

#wrap {
	width:500px;
	min-height:0px;
	font-size:0.9em;
}

#header {
	height:0px;
	border:1px solid #999999;
}

#nav {
	font:1.4em "Times New Roman";
	font-weight:bold;
}

#content {
	float:left;
	padding:23px 22px 34px 24px;
	width:536px;
	background:url(../images/bg-content.jpg) no-repeat 1px 0px;
}


/* Header
----------------------------------------------- */


/* Navigation
----------------------------------------------- */

#nav li {
	display:block;
	position:relative;
	float:left;
}

#nav li a {
	display:block;
	color:#000;
	width:96px;
	padding:1px 16px 1px 16px;
}

#nav li a:hover {
	color:#fff;
	background-color:#000;
}

ul#nav ul {
	display:none;
	position: absolute; 
	top: 20px;
	left: 0;
	background-color:#fff;
}

li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {
	display:block;
	min-width:120px;
}

#nav li:hover ul li {
	margin:0;
	clear:left;
}

#nav li.over ul li {
	clear:left;
}

#nav li:hover ul li.last {
	padding-bottom:9px;
}




/* Content
----------------------------------------------- */

