/*  
Name: Menu CSS
*/
#pixarea {
	margin: -111px 0px -80px -30px;
}
#pixarea a:hover, a:active {
	text-decoration: dashed 1px #333333;
}

#area {
	margin: 150px 0 0 1px;
}

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #CCCCFF; 
}

h3 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #fff; 
}

h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}


code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}



/* Layout */



/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #333;
	}





#sidebar {
	float: left;
	padding: 1.8em 20px 0 5px;
	width: 160px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

html>body #sidebar {
	width: 160px;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}


/* Lots of sidebar styles, so they're below */

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

	/* Footer Styles 	border-top: 10px solid #888;	#E8E8CE	*/
	#footer p {
		margin: 0;
		padding: 0 0 0px 0;
		background-color: #000;
		font-size: 0.9em;
		text-align: center;
	}

/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 0.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #333;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 140px;
} 
html>body #sidebar ul ul li a {
	width: 140px;
}
#sidebar ul ul li a:hover {
	background-color: #444;
}

{  #E8E8CE }

html>body #sidebar ul ul ul li a {
	width: 155px;
}



/* EXPAND THIS */

.switchcontent {
	border: 1px solid #fff;
	background-color:#111;
}

