/* Start of CMSMS style sheet 'apc_horiz_nav' */
/***************************
Horizontal Tabbed Navigation
***************************/

#nav_wrapper{
	width:590px;
	padding:0;
	margin:0;
	float:right;
}

/* hack for Internet Explorer */
* html #menu_horiz {
	/* hide ie/mac \*/
   height: 1%;/* end hide */
}
#menu_horiz_two {
	margin:0 0 0 175px;
	padding:0;
	float:right;
	background:url(uploads/images/wood_background.gif) bottom left no-repeat;
}
#menu_horiz {
	margin:0;
	padding:0;
	float:right;
	background:url(uploads/images/right_corner.gif) bottom right no-repeat;
	text-align:left;
}
#menu_horiz ul {
	margin: 0;
	padding: 0;
	background:url(uploads/images/right_corner.gif) bottom right no-repeat;
}
#menu_horiz li {
	height:35px;
	float: left;
	list-style: none;
	margin: 0;
}
#menu_horiz a {
	color: #ABD9DF;
	display: block;
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	margin: 0 2px 0 2px;
	padding: 12px 5px 3px 5px;
	text-decoration: none;
}
#menu_horiz li#about {
	padding: 0 0 0 15px;
}
#menu_horiz li#contact {
	padding: 0 15px 0 0;
}
#menu_horiz ul li a:hover, #menu_horiz ul li a:active {
	background: none;
	color: #ABD9DF;
	border-bottom-width:3px;
	border-bottom-color:#BD2D4A;
	border-bottom-style: solid;
}
#menu_horiz h3 {
	color:#FFFFFF;
	display: block;
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	margin: 0 2px 0 2px;
	padding: 12px 5px 3px 5px;
	border-bottom-width:3px;
	border-bottom-color:#BD2D4A;
	border-bottom-style: solid;
}
#menu_horiz li.activeparent a {
	color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-color:#BD2D4A;
	border-bottom-style: solid;
}
#menu_horiz a.activeparent:hover {
	color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-color:#BD2D4A;
	border-bottom-style: solid;
}

/* End of 'apc_horiz_nav' */

