@charset "utf-8";
/* CSS Document */

/* begin nav */

.nav{
	width:100%;
	height:21px;
	background-color:#95047c;
}


.nav ul{
	margin:0;
	padding:0;
}

.nav ul li{
	display:inline;
	list-style-type:none;
	float:left;
	padding:0 0px 0 0;
	margin:0;
	background:url("../images/nav_right.gif") top right no-repeat;
}

.nav ul li a{
	display:block;
	color:#fff;
	
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;		

	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:4px 4px 4px 6px;
	background-color:#95047c;
	margin-right: 6px;
	
}
.nav ul li a:hover,.nav ul li a:active, .nav ul li a:focus, .nav ul li.current_page_item a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px 4px 6px;
	/*margin-right: 6px;*/
	background:#502f8e url("../images/nav_right_hover.gif") top right no-repeat;
}


.nav ul li.selected{
	background:url("../images/nav_right_hover.gif") top right no-repeat;
}

.nav ul li.selected a{
	background-color:#502f8e;
}

#bottom-nav .nav ul li{
	background:url("../images/nav2_right.gif") top right no-repeat;	
}

#bottom-nav .nav ul li a:hover, #bottom-nav .nav ul li a:active, #bottom-nav .nav ul li a:focus, #bottom-nav .nav ul li.current_page_item a {
	background:#502f8e url("../images/nav2_right_hover.gif") top right no-repeat;	
}

#bottom-nav .nav ul li.selected{
	background:#502f8e url("../images/nav2_right_hover.gif") top right no-repeat;	
}

/* end nav */

/* begin quicklinks */

.borderPink{
	border-left:7px solid #ec258b;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.borderGreen{
	border-left:7px solid #502f8e;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.borderBlue{
	border-left:7px solid #00bce4;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}
.borderBlue ul {
	margin-top: -2px;
}
.borderBlue h3  {
	border-bottom:1px dotted #999;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

.borderBrown{
	border-left:7px solid #c8171d;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.borderDarkGreen{
	border-left:7px solid #95047c;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.borderOrange{
	border-left:7px solid 666666;
	padding:0 0 0 0px;
	margin:0 0 20px 0;
}

.quicklinks ul{
	margin:0;
	padding:0;
	border:1px solid #fff;
}
.quicklinks h3{
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#999999;
}

.borderDarkGreen h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.quicklinks a{
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
}


.borderPink ul, .borderGreen ul {
	margin:0;
	padding:0;
	border:1px solid #fff;
	margin-top: -2px;
}

.borderPink ul li{
	list-style-type:none;
	border-bottom:1px dotted #999;
	padding:5px 0 5px 12px;
	background-image:url("../images/quicklinks_pink-arrow.gif");
	background-position:0px 10px;
	background-repeat:no-repeat;
}
.borderGreen ul li {
	list-style-type:none;
	border-bottom:1px dotted #999;
	padding:5px 0 5px 12px;
	background-image:url("../images/quicklinks_green-arrow.gif");
	background-position:0px 10px;
	background-repeat:no-repeat;
}
.borderBlue ul li {
	list-style-type:none;
	border-bottom:1px dotted #999;
	padding:5px 0 5px 12px;
	background-image:url("../images/quicklinks_blue-arrow.gif");
	background-position:0px 10px;
	background-repeat:no-repeat;
}

.borderPink ul li a:hover, .borderGreen ul li a:hover, .borderBlue ul li a:hover {
	text-decoration: underline;
}

.borderPink h3, .borderGreen h3 {
	border-bottom:1px dotted #999;
	padding-bottom: 3px;
}
.quicklinks a{
	text-decoration:none;
}
.quicklinks ul li.blueArrow{
	list-style-type:none;
	border-bottom:1px dotted #999;
	padding:5px 0 5px 12px;
	background-image:url("../images/quicklinks_blue-arrow.gif");
	background-position:0px 10px;
	background-repeat:no-repeat;
}


/* end quicklinks */

