.horizontal { color: #BACBD9; font-size: 11px; font-family: Arial, Helvetica }
.horizontal A:link { color: #BACBD9; }
.horizontal A:visited { color: #BACBD9; }
.horizontal A:active { color: #95B6D1; }

a:hover { color: #FF3399; }

body {
	background: url(images/bg.gif);
}

.subnav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 32px;
	background: url(images/subnav.jpg) no-repeat left top;
}

.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav li {
	display: inline;
}

.subnav a {
	display: block;
	float: left;
	height: 22px;
	margin: 0;
	padding: 10px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.subnav a:hover {
	color: #FF3399;
	font-weight:bold;
}

.subnav .current_page_item a {
	color: #FFFFFF;
	font-weight:bold;
}