/* CSS Document */
td.maincontent {background-image: url(images/maincontent_bg.gif); background-repeat:repeat-y; font-family: verdana; font-weight: normal; font-size: 11px;}
td.maincontentnested { font-family: verdana; font-weight: normal; color: #666666; font-size: 11px;}
td.subcontent { background-image: url(images/bg_subcontent.gif); background-repeat:repeat-y; font-family: verdana; font-weight: normal; font-size: 11px;}
td.right { background-image: url(images/white.gif); background-repeat: repeat-y; padding-left: 10px; padding-right: 10px; color: #692C2C; font-family: verdana; font-weight: normal; font-size: 11px;}
p.rightcontent { text-align:right; color: #777777; font-family: verdana; font-weight: normal; font-size: 11px;}
td.copyright {padding-left: 50px; padding-top: 5px; font-family: verdana; font-weight: normal; color: #FFFFFF; font-size: 11px; background-image: url(images/bottom_bg.gif); background-repeat: no-repeat;}
.bold {font-family: verdana; font-weight: bold; font-size: 12px;}
.font {color: #6CB5D4; font-family: verdana; font-weight: normal; border: 0px solid; font-size: 11px;}
td.table {background-color: #F7E0BD; color: #A64646; border: 1px dashed #FFFFFF; font-family: verdana; font-weight: normal; font-size: 10px;}
td.topnav A:link {font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; color: #1375DB;}
td.topnav A:visited {font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; color: #1375DB;}
td.topnav A:active {font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; color: #1375DB;}
td.topnav A:hover {font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: underline; color: #1375DB;}
td.topnav { padding-top: 4px; padding-left: 30px; background-image: url(images/navigation.gif); background-repeat: no-repeat;}
h2.subnav { background-image: url(images/head.gif); background-repeat:no-repeat; font-family: verdana; font-weight: normal; color: #FFFFFF; font-size: 12px;}
h2.content { background-image: url(images/head.gif); background-repeat:no-repeat; font-family: verdana; font-weight: bold; color: #FFFFFF; font-size: 11px;}
p.head { font-family: verdana; font-weight: bold; color: #666666; font-size: 11px; }
hr { background: transparent; color: transparent; border-left: none; border-right: none; border-top: none; border-bottom: 1px dashed #FFFFFF;}
body {
    background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.style1 {color: #FFFFFF}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 99px; /* 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: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* 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: #1375DB; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

