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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #585858;
}
body {
	background-image: url(../images/tile-final.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
}
a:link {
	color: #b71d33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b71d33;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}





#nav A {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
	display: block;
	color: #333333;
	background-color:#FFFFFF;
	}


#nav A:hover {
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;  /* Change this color for the over state in the dropdown */
	color: #B20829;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}


#nav A:link {
	display: block;
	border-right-width: 12px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #999999;
	border-left-color: #ffffff;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	}

#nav A:visited {
	font-style: normal;
	padding: 3px 12px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#nav, #nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
    display: block;
	}


#nav li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
	display: block;
	line-height: 13px;
	background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	background-color: #ffef99;
	display: block;
	left: -999em;
	visibility: visible;
}

#nav li ul ul { /* third-and-above-level lists */
        position: absolute;
        display: block;
        margin: -27px 0px 0px 137px;  /* False value for IE4-5.x/Win */
        margin: -27px 0px 0px 137px;	 /* Actual value for conformant browsers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
	color: #FF0000;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	display: block;
}
.image-rightside {
	float: right;
	padding-left: 15px;
}
.image-leftside {
	float: left;
	padding-right: 15px;
}
#b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8 {
  height: 35px; !important;
border-bottom-width: 1px;
padding-bottom: 0px;
border-top-width: 0px;
padding-top: 0px;
}



