body {
	margin: 0px;
	padding: 0px;
}
#navigation {
	width: 560px;
	height: 45px;
	background-color: #fff;
	margin-left: 10px;
	padding-top: 5px;
}
.basictab{
padding: 6px 6px 8px 5px;
margin: 0px;
font: bold 11px Georgia;
letter-spacing: -0.75px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 560px;
}

.basictab li{
display: inline;
margin: 0;
margin-left: -3px;
padding-top: 5px;
}

.basictab li a{
text-decoration: none;
padding: 15px 5px 7px;
margin: 0px;
border: 1px dashed #bcbcbc;
border-top: none;
border-left: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #f4d172;
color: black;
border-bottom: solid 1px #9b7c38;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
/*padding-top: 4px;*/
background-color: #ebcc9f;
color: black;
}


.submenustyle{
padding: 2px 1px 7px;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font: bold 10px Georgia;
margin-top: 5px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed #bcbcbc;
text-decoration: none;
color: black;
padding: 6px 5px;
margin-left: -2px;
display:  inline;
}

.submenustyle a:hover{
background-color: #b9d0df;
border-bottom: solid #2b5778 1px;
}
