/* CSS Document */

.hideme {

	display: none;

}


.image_padding {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#big_image_layer {
	position:absolute;
	width:400px;
	height:auto;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;
	border: thin solid #000000;
	left: 5px;
	top: 5px;
}

/*SPACER FRAMING*/
#clearme {
	clear: both;
}

/* NEWS */
#news_box {
	height: 110px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	float: left;
	width: 100%;
}

#news_box_full {
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	float: left;
	width: 100%;
}

#news_image {
	float: right;
}
#news_copy {
	float: left;
	width: 100%;
	height: auto;
}


/* BREADCRUMB */
#breadcrumb_container {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	border: thin solid #000000;
	background-image: url(my_images/breadcrumb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bread {
	width: auto;
	padding: 5px;
	float: left;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
}


/* BASKET START */

table.basket_table {
	width: 100%;
	height: auto;
}

td.basket_part_number {
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

td.basket_part_description {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

td.basket_part_price {	
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

td.basket_part_qty {
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
td.basket_text {
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div#registration_table {
	width: 80%;
	border: thin solid #000000;
	float: left;
	margin-bottom: 20px;
}

div#basket_table {
	width: 100%;
}
#checkout_table {
	width: 50%;
	float: right;
	padding: 0px;
}
#user_table {
	width: 45%;
	float: left;
	padding: 0px;
}
#footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 3em;
	width: 95%;
	float: left;
	padding-left: 1%;
	padding-top: 2px;
}

/* CHECKOUT BITS */
#customers_left {
	width: 100%;
	margin-top: 10px;
	border: thin solid #000000;
	float: left;
}
#customers_right {
	width: 49%;
	margin-top: 20px;
	border: thin solid #000000;
	margin-bottom: 20px;
	float: right;
}

#registration_left {
	width: 100%;
	float: left;
}


/* BASKET STOP */

/*TEXT*/
.red {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}
.redsmall {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	padding-right: 3px;
	padding-left: 6px;
}
.header_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: auto;
}
.para_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 100%;
}
.para_header_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 70%;
}
.section_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	}

.search_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
}
.sub_section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	height: 20px;
	width: auto;
}
.pdf_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	height: auto;
	width: auto;
	float: left;
	padding-left: 35px;
}
.para_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 100%;
}
.small_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	width: auto;
}
#product_container {
	width: auto;
	background-color: #FFFFFF;
}

#copy_container {
	width: 90%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navigator_container {
	width: 23%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CC0000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 400px;
}
.redtext {
	color: #C8013B;
	}
	
	
/* RANGE BOX START */


#result_box{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	float: right;
	width: 100%;
	line-height: 1px;
	height: auto;
}

#range_box {
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	float: right;
	width: 73%;
}
#range_image {
	width: auto;
	float: left;
}
#range_copy {
	float: right;
	width: 80%;
	height: auto;
	padding-left: 10px;
}

.range_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	height: auto;
}


.range_header a, .range_header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	height: auto;
}

.range_header a:hover {
	text-decoration: underline;
}

.range_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#termin_box {
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	float: right;
	width: 99%;
}
#termin_image {
	float: right;
}
#termin_copy {
	float: right;
	width: 90%;
	height: auto;
}
#termin_master_letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #CC0000;
	font-weight: bold;
	height: auto;
	width: 8%;
	float: left;
}
.termin_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	height: auto;
}
.termin_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

/* RANGE BOX END */
	

/* PRODUCT LIST START */

#product_frame {
	float: left;
	width: 76%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
}

#search_result_frame {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
}

#picture_placement {
	float: left;
	width: 15%;
	padding-left: 5px;
}

div#product_table {
	width: 100%;
	float: left;
}

#row_a {
	background-color: #E4DAD8;
	margin-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#row_b {
	background-color: #F9F5F4;
	margin-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}

table.product_table {
	width: 100%;
	height: auto;
}

td.part_number {
	width: 16%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

td.part_description {
	width: 49%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

td.part_price {
	width: 6%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

td.part_purchase {
	width: 6%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}
td.part_spec {
	width: 7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

/* PRODUCT LIST END */

/* LOGIN STUFF */

#password_table {
	float: left;
	width: 60%;
}

/* LOGIN STUFF END */


/*INPUT FIELDS*/
.home_input {
	height: 20px;
}
input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	cursor: crosshair;
	margin: 0px;
	padding: 0px;
}
input.emailfield {
	width: 97px;
	height: 17px;
	float: right;
}
input.passwordfield {
	width: 55px;
	height: 17px;
	float: right;
}
input.searchfield {
	width: 80px;
	height: 17px;
	float: right;
}
input.submitbtn {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #AD0239;
	color: #FFFFFF;
	height: 20px;
	float: right;
	margin-left: 4px;
	text-align: center;
}

input.buy {
	width: auto;
	background-color: #AD0239;
	height: auto;
	float: right;
	margin-left: 4px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

input.buyhov {
	width: auto;
	background-color: #999999;
	height: auto;
	float: right;
	margin-left: 4px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
input.quantity {
	width: auto;
	margin-right: 5px;
}
input.confirm {
	width: auto;
	float: right;
	background-color: #AD0239;
	height: auto;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

input:hover {
	color: #FFFFFF;
	background-color: #999999;
}
input.checkout {
	width: auto;
	float: right;
	background-color: #AD0239;
	height: auto;
	color: #FFFFFF;
}

textarea {
	height: 3.5em;
	width: 99%;
	border: 1px solid #000000;
	margin-bottom: 4px;
	cursor: crosshair;
}
textarea:hover {
	color: #FFFFFF;
	background-color: #999999;
}



/*POSITIONING AND SPACE*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#space {
	clear: both;
	height: 5px;
}
.space {
	height: 10px;
	clear: both;
}
.clearme {
	clear: both;
}
.padmeleftsmall {
	padding-left: 10px;
}
.padmeleftbig {
	padding-left: 20px;
}
.padmerightsmall {
	padding-right: 10px;
}
.padmerightbig {
	padding-right: 20px;
}
#line_break {
	height: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*SEARCH ROW*/
#search_row {
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	width: auto;
}


/*LOGIN PANEL*/
#login_row {
	height: 22px;
	width: 100%;
}
#login_text {
	width: auto;
	height: 20px;
	float: left;
}
#login_input {
	width: 60%;
	height: 20px;
	float: right;
}
#search_input {
	width: 60%;
	height: 20px;
	float: right;
	margin-right: 10px;
}
#login_textarea {}

/*GENERIC FRAMING*/
body {
	background-image: url(my_images/back_grad.jpg); 
	background-repeat: repeat-x; 
	background-position: left top; 
	margin: 0px; 
	padding: 0px;
}

#wrapper {
	float: left; 
	height: auto; 
	width: 100%; 
	min-width: 1000px;
}

#side_blockleft {
	float: left; 
	width: 5%; 
	visibility: visible;
	height: 200px;
}

#side_blockright {
	float: right;
	width: 5%;
	visibility: visible;
	height: 200px;
}

#centre_block {	
	float: left;
	width: 90%;
	background-color: #FFFFFF;
	min-width: 920px;
}

#banner {
	background-image: url(my_images/banner.jpg);
	background-repeat: no-repeat; 
	background-position: right top; 
	height: 175px; 
	clear: both; 
	min-width: 175px;	
	background-color: #FFFFFF;
}

#emailbanner {
	background-image: url(my_images/email_header.jpg);
	background-repeat: repeat-x; 
	background-position: left top; 
	height: 175px; 
	clear: both; 
	min-width: 175px;	
	background-color: #FFFFFF;
}

#email_box {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#email_copy {
	margin: 0px;
	padding: 20px;
	width: 100%;
}

#email_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#logo {
	width: 60%;
	height: 105px;
	float: left;
	background-image: url(my_images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainnavbar {
	width: 100%;
	height: 47px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 40px;
}
#mainnav ul, #mainnav ul li {
	float: left;
	height: auto;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#subnavbar {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	margin-bottom: 10px;
}

#subnav ul, #subnav ul li {
	float: left;
	height: 20px;
	margin: 0px;
	list-style-type: none;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#base_nav {
	background-color: #000000;
	float: left;
	height: 25px;
	width: 100%;
	padding-top: 10px;
}
#basefooter ul, #basefooter ul li {
	float: left;
	height: 20px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#maincontent {
	width: 100%;
	min-width: 30px;
	float: left;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(my_images/securefast_home_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

#maincontent_less {
	width: 100%;
	min-width: 30px;
	float: left;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(my_images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

#leftpanel {
	width: 25%;
	height: auto;
	float: left;
}

#rightpanel {
	width: 25%;
	height: auto;
	float: right;
}

#centrepanel {
	width: 45%;
	height: auto;
	float: left;
}

#centrepanel_large {
	width: 70%;
	height: auto;
	float: left;
	padding-left: 20px;
}
#centrepanel_full {
	width: 95%;
	height: auto;
	float: left;
	padding-left: 20px;
}

#basebar {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #000000;
}

/* FORM */

#form {
	padding: 5px;
	float: left;
	width: 60%;
	margin-left: 5px;
}



/*PRODUCT BLOCKS*/

#product_block {
	float: left;
	width: 83%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/left_block.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pdf_block {
	float: left;
	width: 83%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/pdf_block.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.pdf_block {
	float: left;
	width: 83%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/pdf_block.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.product_block {
	float: left;
	width: 83%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/left_block.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#block_logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.block_logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#login_block {
	float: left;
	width: 84%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin: 5px;
	padding: 5px;
}
#basket_block {
	float: left;
	width: 84%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/basket_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin: 5px;
	padding: 5px;
}
#contact_block {
	float: left;
	width: 84%;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(my_images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	margin: 5px;
	padding: 5px;
}

/* FOOTER NAV */
ul.productnav a, ul.prductnav a:visited {
	margin: 0px;
	padding: 0px;
}

ul.productnav a:hover, ul.prductnav a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

ul.section_product {
	margin: 0px;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul.horiz a, ul.horiz a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
}
ul.horiz a:hover, ul.horiz a:active {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
	}

ul.subNav a, ul.subNav a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
	padding-top: 4px;
}
ul.subNav a:hover, ul.subNav a:active {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
	padding-top: 4px;
	}	
ul.bottomnav a, ul.bottomnav a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
	padding-top: 6px;
}
ul.bottomnav a:hover, ul.bottomnav a:active {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	list-style-type: none;
	line-height: 1em;
	display: block;
	float: left;
	padding-top: 6px;
	}

/*** Links***/
a img {
	border: none;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #CC0000;
}
	
.copyright {
	float: right;
	padding-top: 5px;
	text-align: center;
	background-color: #000000;
	padding-right: 10px;
	height: 20px;
}
.copyright_text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
/*SITE MAP*/
A.sitemap1, A.sitemap1:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0000;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	width: 60%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
}
A.sitemap1:hover {
	font-weight: bold;
}

A.sitemap2, A.sitemap2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	line-height: 1.5em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
A.sitemap2:hover {
	font-weight: bold;
}

A.sitemap3, A.sitemap3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CC0000;
	text-align: left;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 5px;
	line-height: 1.6em;
}
A.sitemap3:hover {
font-weight: bold; 
}

A.sitemap4, A.sitemap4:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	padding-left: 40px;
	line-height: 1.2em;
}
A.sitemap4:hover {
	color: #000000;
}

A.sitemap5, A.sitemap5:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: left;
	padding-left: 40px;
	line-height: 1.2em;
}
A.sitemap5:hover { 
font-weight: bold; 
}


div.menu {
	float: left;
	width: 85%;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 80px;
}

div.menuover {
	float: left;
	height: auto;
	width: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
