/* Top Navigation */
#navigation {
  float:left;
  width:974px;
  padding:0px 13px 0px 13px;
  font-size:11px;
  line-height:normal;
  margin:0px 35px 0px 0px;
}

#navigation ul {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  list-style:none;
  height:37px;
}

#navigation li {
  float:left;
  background:#421852 url("../images/left_corner.png") no-repeat left top;
  margin:0px 1px 0px 0px;
  padding:0px 0px 0px 6px;
}

#navigation a {
  float:left;
  display:block;
  background:inherit;
  background:#421852 url("../images/right_corner.png") no-repeat right top;
  padding:11px 15px 13px 8px;
  text-decoration:none;
  font-weight:bold;
  color:#F6F3F7;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
  	color:#E0B4F3;
}

#navigation #current {
  background-image:url("../images/left_corner_on.png");
}

#navigation #current a {
  background-image:url("../images/right_corner_on.png");
  color:#F6F3F7;
  padding-bottom:13px;
}
/* END Top Navigation */

/* side navigation*/
#navcontainer {
	float:left;
	margin:0px 13px 0px 0px;
	padding:0px 0px 0px 10px;
}

#navcontainer ul {
	width:180px;
	padding: 0;
	font-size:11px;
	list-style-type: none;
}

#navcontainer li {margin: 0 0 1px 0;}

#navcontainer a {
	display: block;
	padding: 8px 10px 8px 25px;
	width: 145px;
	color: #333;
	background-color: #D5CADB;
	text-decoration: none;
	background-image: url("../images/side_nav_top_arrow.png");
	background-repeat: no-repeat;
	background-position: .5em .9em;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #4A1B4F;
	text-decoration: none;
}

#navcontainer ul ul a {
	display: block;
	padding: 8px 10px 8px 25px;
	width: 145px;
	color: #333;
	background-color: #EAE5ED;
	text-decoration: none;
	background-image: url("../images/side_nav_second_arrow.gif");
	background-repeat: no-repeat;
	background-position: .5em .9em;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #4A1B4F;
	text-decoration: none;
}

#navcontainer ul ul ul a {
	display: block;
	padding: 8px 10px 8px 25px;
	width: 145px;
	color: #333;
	background-color: #EAE5ED;
	text-decoration: none;
	background-image:none;
	background-repeat: no-repeat;
	background-position: .5em .9em;
}

#active a {
	background-image: url("../images/side_nav_top_open_arrow.png");
	background-repeat: no-repeat;
	background-position: .5em .9em;
	background-color:#EAE5ED;
	margin: 0px 0px 1px 0px;
}

#navcontainer ul ul #subactive a {
	background-image: url("../images/side_nav_second_open_arrow.gif");
	background-repeat: no-repeat;
	background-position: .5em .9em;
	background-color:#FAF8FA;
}

#navcontainer ul ul #subactive a:hover {
	background-image: url("../images/side_nav_second_open_arrow.gif");
	background-repeat: no-repeat;
	background-position: .5em .9em;
	color: #fff;
	background-color: #4A1B4F;
	text-decoration: none;
}

#navcontainer ul ul ul #tertactive a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: .5em .9em;
	background-color:#FAF8FA;
}

#navcontainer ul ul ul #tertactive a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: .5em .9em;
	color: #fff;
	background-color: #4A1B4F;
	text-decoration: none;
}

#navcontainer ul ul ul ul #fourthactive a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: .5em .9em;
	background-color:#FAF8FA;
}

#navcontainer ul ul ul ul #fourthactive a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: .5em .9em;
	color: #fff;
	background-color: #4A1B4F;
	text-decoration: none;
}