body { text-align: center; margin: 0; padding: 0; font-family: "Arial"; font-size: 0.7em; color: #999999; background-image: url('/assets/images/koobodybg.jpg'); background-repeat: repeat;	background-position: 50% 0%; }
a {	border: none; text-decoration: none; letter-spacing: 4px; font-weight: bold; color: #999999; }
img { border: none; }
a:hover { color: #666666; }
wrapper { min-height: 600px; height: auto !important; height: 600px; }
#header { width: 740px;	margin: 30px auto 0 auto; height: 120px; text-align: left; }
#header img { margin-bottom: 10px !important; }
#wrapper { width: 740px; margin: 0 auto;	text-align: left;}
#left{ float: left; width: 1px;	height: 600px;}
#maincontent { width: 735px; float: left; min-height: 400px; height: auto !important; _height: 400px;}
#maincontent img { padding: 8px; float: right;}
#right { float: left; width: 294px;	min-height: 600px;}
#footer { width: 740px; margin: 0 auto;	text-align: right;	height: 90px;}
#footer a {	font-style: normal;	text-transform: none; font-weight: normal; letter-spacing: normal;}
#footer p { }
.clearfloat { clear: both; font-size: 1px; height: 0px; }
#nav { border: 2px solid #8b8d8f; width: 749px; height: 25px; padding: 9px 0 0 0; margin-bottom: 30px; margin-top: 15px; } 
html>body #nav { border: 2px solid #8b8d8f; width: 740px; height: 25px; padding: 9px 0 0 0; margin-bottom: 30px; margin-top: 15px; } 
#nav li { float: left; height: 14px; padding-bottom: 10px; position: relative; width: 175px; list-style: none;}

html>body #nav li { 
	float: left;
	height: 26px;
	padding-bottom: 12px;
	position: relative;
	width: 175px;
	list-style: none;
	right: 0px;
}

#nav li a { 
	color: #8b8d8f;
	text-decoration: none; 
	text-transform: uppercase; 
	height: 23px; 
}

#nav li ul {
	width: 175px !important;
	height: 400px !important;
	position: absolute;
	left: -42px;
	z-index: 300; 
	top: 25px;
	display: none;
	list-style-position: outside;
	list-style-image: url('/assets/images/bullitempty.jpg');
}

#nav li:hover ul { 
	display: block;
} 

#nav li:hover {
	z-index: 400;
}

#nav li:hover a.primary { 
	color: #7a8c02; 
	padding: 12px 0;
}


#nav li.active ul li a.active { 

}


#nav li.active ul li a:hover { 

}

#nav li ul li{
	padding: 8px 0 0 20px;
	background-color: white;
	border-left: 2px solid #8b8d8f;
	border-right: 2px solid #8b8d8f;
	width: 175px !important;
	float: none !important;
}

#nav li ul li:hover{
	/*list-style-position: inside;*/
	list-style-image: url('/assets/images/bullit.jpg');
}

#nav li ul li.open{
	/*list-style-position: inside;*/
	list-style-image: url('/assets/images/bullit.jpg');
}

#nav li ul li a { 
	padding: 0; 
	color: #8b8d8f; 
	text-transform: capitalize; 
	letter-spacing: 1px;
}
























