html,body {margin: 0;padding: 0;height: 100%;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dd {margin: 0;padding: 0;}
ul,ol {list-style: none;}
label {cursor: pointer;cursor: hand;}
fieldset {border: solid 0 transparent;}
input,select,textarea {font-size: 100%;}
img {border: none;}

.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

body{ font-family: Tahoma, sans-serif; font-size: 11px; line-height: 14px; color: #000; background: #FFF; }

#va{ width: 100%; height: 100%; border-collapse: collapse; }
#va td{ padding: 0; text-align: center; font-size: 11px; }

#cont{ text-align: left; width: 100%; position: relative; }

#header{ background: #E12B0C ; height: 65px; }


#nav, #main{ margin: 0 0 0 0;}

#nav{ background: #FFF; height: 35px; }


#main{ padding: 25px 15px 5px 15px; }

#footer{ background: #FFF; padding: 20px 0px 0 0;}

#footer p{ padding: 10px 20px 0 0; text-align: right; }
#footer a, #footer{ color: #376DB8; text-decoration: none; }

.button {border: solid 1px #FFFFFF; background-color: #8F0100; padding: 2px; color: #ffffff; font-family: verdana; font-size: 7.5pt; font-weight: bold;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 0px 5px 0px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	cursor: pointer;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height:  1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



