/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.navtabs
{
	padding: 3px 7px;
	margin: 0;
	font: bold 14px "Arial" , "Verdana";
	border-bottom: 2px solid  #B0D8FF;
	list-style-type: none;
	text-align: left;
}

.navtabs span {
   display: inline;
   margin: 0;
}

.navtabs span a {
   text-decoration: none;
   padding: 3px 7px;
   margin-right: 3px;
   border: 2px solid #B0D8FF;
   border-bottom: none;   
   background-color: #E5E5E5;
   color: black;
}

.navtabs span a:visited {
   color: black;
}

.navtabs span a:hover {
   /*background-color: #AF8AB0;*/
   background: white;
   color: black;
}

.navtabs span a:active {
   color: black;
}

.navtabs span.selected a {
   position: relative;
   top: 2px;
   padding-top: 5px;
   background-color: white;
   color: black;
}

.navtabs span.selected a:hover {
   background: none;
   background-color: white;
}

div.locationbar
{
    font: bold 14px "Arial" , "Verdana";
	padding: 5px;
	background: white;
	height: 15px;
	text-align: right;
}
div.locationbar a, div.locationbar a:visited {color: blue; text-decoration: none;}
div.locationbar a:hover {color: red; text-decoration: underline;}

