/* CSS Document */


.quickhome {
    width: 64px;
	height: 31px;
	display: block;
	padding: 0px;
	background: url("../images/buttonbar_home.gif") 0px 0px no-repeat #000;
	border: 0;
	}
.quickcontact {
    width: 86px;
	height: 31px;
	display: block;
	padding: 0px;
	background: url("../images/buttonbar_contact.gif") 0px 0px no-repeat #000;
	border: 0;
	}
.quicklinks {
    width: 75px;
	height: 31px;
	display: block;
	padding: 0px;
	background: url("../images/buttonbar_links.gif") 0px 0px no-repeat #000;
	border: 0;
	}
div#pelcolinksmenu {
	width: 800px;
	background-color: #E0E8E9;
	float: left;
	font-size: 10px;
	font-family: arial, verdana, helvetica, sans;
	font-weight: bold;
	border: 0;
	}
div#pelcolinksmenu ul {
    margin: 0px; padding: 0px;
	background-color: #E0E8E9;
	}
div#pelcolinksmenu li {
    float: left;
	position: relative;
	list-style-type: none;
	}
div#pelcolinksmenu li:hover { 
	background-position: 0px -31px;
	}			
div#pelcolinksmenu a {
    display: block;
    text-decoration: none;
	color: #2D3D4A;
	}
div#pelcolinksmenu a:hover { 
	background-position: 0px -31px;
	color: #2C7FC1;
	}
div#pelcolinksmenu ul li ul a {
	display: block;
	text-decoration: none;
	color: #2D3D4A;
	padding: 0px;
	}
div#pelcolinksmenu ul li ul li a {
	display: block;
	width: 88px;
	text-decoration: none;
	color: #2D3D4A;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	}
* html div#pelcolinksmenu ul {
    float: left;
	}	
div#pelcolinksmenu ul li ul {
    margin: 0px;
	position: absolute;
	width: 100px;
	left: -24px;
    border-bottom: 4px solid #3D5965;
	z-index:9;
	}
div#pelcolinksmenu ul li ul li {
	width: 98px;
	margin: 0px;
	padding: 0px;
    border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #3D5965;
	border-left: 1px solid #3D5965;
	}
div#pelcolinksmenu ul li ul {display: none;}
div#pelcolinksmenu ul li:hover ul, div#listmenu ul li ul:hover {display: block;}

.linksbutton {
	height: 31px;
	top: 0px;
	Left: 0px;
	}
/*--------------------------[ footer styles ]--------------------------*/
.copyrightfont {
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	color: #c2d1d4;
	line-height: 18px;
    }
.footer {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #0D4697;
	background-color: #C2D1D4;
	padding: 7px;
    }
.footershim {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
	background-image: url(../images/containerbackground.gif);
	background-repeat: repeat-y;
    }
.clearfix {
    clear: both;
	}