/* CSS Document */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
letter-spacing: 1px;
}

#navcontainer li { margin: 0 0 0 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
width: 164px;
background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{

background-image: url(../images/over.jpg);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{

color: #fff;
}

/*                          */

#blogBtn {
     width:190px;
     height:45px;
     display:block;
     background: url(../images/blogBtn.jpg) 0px 0px no-repeat;
     text-decoration:none;
	 float: left;
	 margin-bottom: 10px;
	}
	
#blogBtn:hover {
	background-position: 0px -45px;
	}

#pubBtn {
     width:190px;
     height:45px;
     display:block;
     background: url(../images/pubBtn.jpg) 0px 0px no-repeat;
     text-decoration:none;
	 float: left;
	 margin-bottom: 10px;
	}
	
#pubBtn:hover {
	background-position: 0px -45px;
	}

#cwlBtn {
     width:190px;
     height:45px;
     display:block;
     background: url(../images/cwlBtn.jpg) 0px 0px no-repeat;
     text-decoration:none;
	 float: left;
	 margin-bottom: 10px;
	}
	
#cwlBtn:hover {
	background-position: 0px -45px;
	}

.inputBox {
	width: 254px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #a4b97f;
	}

#inputBoxDrop1 {
	width: 260px;
	}
	
#inputBoxDrop2 {
	width: 260px;
	}

#inputBoxDrop3 {
	width: 260px;
	}

.inputMsg {
	width: 254px;
	height: 150px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #a4b97f;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	}

.inputDrop {
	width: 254px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #a4b97f;
	}

.submitBtn {
	background: url(../images/submitBtn.jpg) no-repeat;
	width: 65px;
	height: 34px;
	border: 0 solid #fff;
	cursor: pointer;
}
.submitBtn:hover {
	background-position: 0px -34px;
}