.Title1		{ font-family: Tahoma,Arial,Verdana; font-size: 20pt; color: #D3A833; 
                 font-weight: bold }					
.aNavGold			{ font-family: Tahoma,Arial,Verdana; font-size: 10pt; color: #D3A833; text-decoration: none;
					background-color: white; text-transform: uppercase; }
:hover.aNavGold		{ font-family: Tahoma,Arial,Verdana; font-size: 10pt; color: white; text-decoration: none;
					background-color: #D3A833; text-transform: uppercase;}
.aNavGoldInvert		{ font-family: Tahoma,Arial,Verdana; font-size: 10pt; color: white; text-decoration: none;
					background-color: #D3A833}

.aStandard			{ font-family: Tahoma,Arial,Verdana; padding:2; font-size: 8pt; color: #D3A833; text-decoration:none; }
:hover.aStandard	{ border:1px solid #D3A833; padding:1; font-family: Tahoma,Arial,Verdana; font-size: 8pt; color: #D3A833; text-decoration: none;
					background-color: #ECD8A4}
					

/* .aNavGold			{ font-family: Tahoma,Arial,Verdana; font-size: 10pt; color: white; text-decoration: underline;
					background-color: #D3A833; text-transform: uppercase; font-weight: bold; padding: 0px 5px 0px 5px;}
:hover.aNavGold		{ font-family: Tahoma,Arial,Verdana; font-size: 10pt; color: #D3A833; text-decoration: none;
					background-color: white; text-transform: uppercase; font-weight: bold; padding: 0px 5px 0px 5px;}
*/
				
.navigation
{
	border: solid 1px blue;
	background-color: #D3A833;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	height : 25px;
	width: 100%;
    position : relative;
}

.navigation ul
{
	margin: 2px;
	list-style-type: none;
	text-align: center;
	padding: 3px 0px 3px 0px;
	position: relative;
}

.navigation li
{
	border-left: 1px solid white;
	display: inline;
	padding: 0px 5px 0px 5px;
}

.first
{
	border-left: 5px solid white;
	padding: 0px 5px 0px 5px;
	display: inline;
}


.tl, .tr, .bl, .br {
  position : absolute;
  width : 12px;
  height : 13px;  /* corner images are 13x12 */
  display : block;
  margin-bottom : -3px;  /* this is for IE */
}

/* change position and image: top-right */
.tl {
  background : url('images/corner_left_top.gif') no-repeat;
  top : 0;
  left : 0
}

.tr {
  background : url('images/corner_right_top.gif') no-repeat;
  top : 0;
  right : 0
}

/* change position and image: bottom-left */
.bl {
  background : url('images/corner_left_bottom.gif') no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : url('images/corner_right_bottom.gif') no-repeat;
  right : 0;
  bottom : 0
}

					