@charset "utf-8";
/* CSS Document */
#nav1 {
	width:120px;
	float:left;
}
#nav1 ul {
	list-style-type: none;  /*get rid of the bullets */
	padding:0;             /* no padding */
	margin: 0;              /* no margin for IE either */
}
#nav1 ul li {
	padding:0 0 0 0px;     
	margin: 0;              /* no margin for IE either */
	display:block;
}
#nav1 ul li a {
	display:block;         /* lines extend to right, make area clickable */
	color:#999;
	/*background-color: #fff;*/
	padding: 3px 0px 3px 0px;
	margin:0;
	text-decoration: none;
	height:12px;           /* hint for IE, alternatively remove whitespace from HTML */
}
#nav1 ul li a:hover {
	color:#000;
}
#nav1 li.active a{
	color:#000;
	/*background: url(../Images/bullet.gif) no-repeat -5px 0px;*/
}
#nav1 li.active {
	color:#000;
	/*background: url(../Images/bullet.gif) no-repeat 0px 2px;*/
	margin:3px 0 3px 0;
	padding: 0 0 0 0px;
	display:block;
	border-bottom:1px solid #cd172c;
}

#nav2 {
	width: 120px;
	float:left;
}
#nav2 ul {
	list-style-type: none;  /*get rid of the bullets */
	padding:0;             /* no padding */
	margin: 0;              /* no margin for IE either */
}
#nav2 ul li {
	padding:0 0 0 0px;
	margin: 0;              /* no margin for IE either */
	display:block;
}
#nav2 ul li a {
	display:block;         /* lines extend to right, make area clickable */
	color:#999;
	/*background-color: #fff;*/
	padding: 3px 0px 3px 0px;
	margin:0;
	text-decoration: none;
	height:12px;           /* hint for IE, alternatively remove whitespace from HTML */
}
#nav2 ul li a:hover {
	color:#000;
}
#nav2 li.active a{
	color:#000;
	/*background: url(../Images/bullet.gif) no-repeat -5px 0px;*/
}
#nav2 li.active {
	color:#000;
	/*background: url(../Images/bullet.gif) no-repeat 0px 2px;*/
	margin:0px 0 3px 0;
	padding: 0 0 0 0px;
	display:block;
	height:16px;
	line-height:1em;
	border-bottom:1px solid #cd172c;
}

#nav3 {
	width: 150px;
	float:left;
}
#nav3 ul {
	list-style-type: none;  /*get rid of the bullets */
	padding:0;             /* no padding */
	margin: 0;              /* no margin for IE either */
}
#nav3 ul li {
	padding:0;
	margin: 0;              /* no margin for IE either */
	display:block;
}
#nav3 ul li a {
	display:block;         /* lines extend to right, make area clickable */
	color:#999;
	/*background-color: #fff;*/
	padding: 3px 0 3px 0;
	margin:0;
	text-decoration: none;
	height:12px;           /* hint for IE, alternatively remove whitespace from HTML */
}
#nav3 ul li a:hover {
	color:#000;
}
#nav3 li.active a{
	color:#000;
	/*background-color:#0C0;*/
	line-height:1em;
}
#nav3 li.active {
	color:#663399;
	margin:0px 0 3px 0; 
	padding-bottom:0;
	display:block;
	height:16px;
	line-height:1em;
	border-bottom:1px solid #cd172c;
}