.myTopNav{
	font-size:11px;
	font-weight:bold;
	/*width: 100%; /*leave this value as is in most cases*/
	float:right;
}

.myTopNavLI{

}


.myTopNav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 0;
	background:url(../images/blockdefault.png) center center repeat-x;
	height:32px;
}

.myTopNav ul li{
	display: inline;
}

.myTopNav ul li a{
	float: left;
	text-align:left;
	color: #ffffff; /*text color*/
	padding: 8px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/	
}

.myTopNav ul li a:visited{
	color: #ffffff;
}

.myTopNav ul li a:hover, .myTopNav ul li .current{
	color: #FFFFFF; /*text color of selected and active item*/
	/*padding-top: 6px; shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: url(../images/blockactive.png) center center repeat-x;
	height:22px;
}


.myTopNav ul li a:hover .current{
	color: #FFFFFF; /*text color of selected and active item*/
	/*padding-top: 6px; shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: url(../images/blockover.png) center center repeat-x;
	height:22px;
	background-color:#000000;
}


.myTopNav ul li a:hover{
	color: #FFFFFF; /*text color of selected and active item*/
	/*padding-top: 6px; shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: url(../images/blockover.png) center center repeat-x;
	height:22px;
	background-color:#000000;
}


.redcolor a:link {
	color: #fcbb15;
	text-decoration: none;
}
.redcolor a:visited {
	color: #fcbb15;
	text-decoration: none;
}
.redcolor a:hover {
	color: #fcbb15;
	text-decoration: none;
}
.redcolor a:active {
	color: #fcbb15;
	text-decoration: none;
}
