#mainnav{
    float: left;
	margin-left:5px;

    list-style: none;
	clear:both;
	background:  url(../images/navright.gif) no-repeat top left;

}
#mainnav li{
    float: left;
    margin: 0;
	list-style: none;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
	font-family: Arial,sans-serif;
	background:  url(../images/navright.gif) no-repeat top right;

}

#mainnav ul{
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
	list-style: none;
}

#mainnav a {
    float: left;
    display: block;
    margin: 0 0px 0 0px;
    padding: 6px 25px 6px 25px;
    color: #333333;
    text-decoration: none;

}

#mainnav .selected{
    background:  url(../images/nav-arrow.gif) center bottom no-repeat;
	color: #333333;
}

#mainnav a:hover {
    background:  url(../images/nav-arrow.gif) center bottom no-repeat;
	color: #333333;
}
.cmsbtns {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	border: 1px solid #000;
}


.dottedbotonly {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.fulltopbrd {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
