a { text-decoration: none; }
a:focus { outline: 0; }
/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }

#page-over {
	width: 740px;
	float: left;
}

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }



/* Specific to example two */

#example-two .list-wrap {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #eee;
}

#example-two ul {
	list-style: none;
}
#example-two ul li a {
	display: block;
	border-bottom: 0px solid #CCCCCC;
	color: #333333;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#example-two ul li a:hover {
/*	color: white;
	text-decoration: none;
	background-color: #d7291e;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3333FF;
	text-decoration:none;
}
#example-two ul li:last-child a { border: none; }

#example-two .nav {
	overflow: hidden;
}
#example-two .nav li {
	width: 187px;
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a {
	display: block;
	color: white;
	font-size: 12px;
	text-align: center;
	border: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #bbd8a2;
}

#example-two li a.current,#example-two li a.current:hover {
	background-color: #eee !important;
	color: black;
}
#example-two .nav li a:hover, #example-two .nav li a:focus {
	background-color: #1a75bc;
}

