#nav {
	width: 136px;
	background-color: #310C47;
	color: #FFFFFF;
	font-family: "Myriad Web" Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 12px 0 0 0;
	margin: 0;
	float: left;
	height: 386px;
}
#nav ul {
	font-size: 1em;
	color: #5E88C1;
	line-height: 1.6em;
	
	margin: 0  0 0 11px;
	padding: 0;
	list-style: none;
	width: 100px;
}
#nav ul li {
	position: relative;
}
#nav li ul {
	/*position: absolute;
	//left: 80px;*/
	top: 0;
	display: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */
#navlist li:hover ul, #navlist li.over ul{
	display: block;
	color: #5E88C1;
	text-decoration: none;
	margin-left: 10px;
	background: #310C47;
}
#nav ul li a:hover{
	color: #5E88C1;
	text-decoration: none;
}
#footertop {
	height: 13px;
	margin: 8px auto 0 auto;
	width: 746px;
	padding: 0;
}

#footer {
	margin: 0 auto 0 auto;
	background-image: url(../images/main/layout_footer_back.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 2px 0 1px;
	width: 742px;
	background-color: #B393DB;
	border-left: solid #FFFFFF 1px;
}
#footer img {
	margin: 0px;
	padding: 0px;
}

#footerbottom {
	background-image: url(../images/main/layout_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	margin: 0 auto 0 auto;
	width: 746px;
}
#nav li ul li a {

	color: #FFFF99;
}

