.container {
	float: left;
	height: auto;
	width: 980px;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 85px;
	width: 875px;
	margin-top: 20px;
	margin-left: 45px;
}
.topmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 980px;
	clear: left;
}
.menudiv {
	float: left;
	height: 30px;
	width: 900px;
	padding-top: 3px;
	padding-left: 70px;
}
.right {
	float: right;
	height: auto;
	width: 179px;
	background-color: #B80002;
	padding: 0px;
	margin-right: 0px;
}
.left {
	float: left;
	height: auto;
	width: 625px;
	padding-left: 15px;
}
.cbottom {
	background-image: url(images/cbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 980px;
	clear: left;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.buttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;

}



* html .buttonmenu{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu a{ /*aero button CSS*/

background:url('images/button1.jpg') no-repeat;

width:132px;

display: block;

float: left;

font: bold 10px "Verdana", "Trebuchet MS"; /* Change 13px as desired */

line-height: 30px; /* This value + 8px should equal height of button background (default is 31px) */

height: 30px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 5px; /*spacing between buttons*/
color:black;

}









.buttonmenu a:hover{ 

background:url('images/button2.jpg') no-repeat top right;

display: block;
color: white;

}
.blueblock{

width: 179px;

font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

font-size: 90%;

color: #fff;

}



* html ,blueblock{ /*IE 6 only */

w\idth: 179px; /*Box model bug: 180px minus all left and right paddings for ,blueblock */

}



.blueblock ul{

list-style: none;

margin: 0;

padding: 0;

border: none;

}



.blueblock li {



margin: 0;

}



.blueblock li a{

line-height:22px;

display: block;

color: #fff;

text-decoration: none;

width: 179px;

text-indent:20px;
border-bottom: #ccc 1px solid;

}



html>body .blueblock li a{ /*Non IE6 width*/

width: auto;

}



.blueblock li a:hover{

line-height:22px;

display: block;

color: #fff;

text-decoration: none;

width: 179px;

text-indent:22px;
border-bottom: #cdcdcd 1px solid;
}
