@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
.gap {clear:both; height:5px;}

.frt {
	float: right; 
}
.flt {
	float: left;
}
img {
	border:0;
}
form {
	margin:0px;
}
ol, ul {
list-style:none;
}



body {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; color:#333333; line-height:18px;}



.navcontent {
	width:204px;
	clear: left;
}

.navcontent  ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.navcontent ul li{ margin-bottom:1px;}

.navcontent ul li a{
background:#666666 url(../images/nav-bullet.png) 0 7px no-repeat;
font-weight:bold; font-size:12px;
color: #FFF;
display: block;
width: auto;
height:22px;
padding:6px 5px 3px 24px;
text-decoration: none;
border-bottom: 0px solid #ffffff;
}

.navcontent ul li a:hover, .navcontent ul li a.selected, .navcontent ul li.active a{
color: #fff;
background:#000 url(../images/nav-bullet.png) 0 7px no-repeat;
}
