 
 
 
 
 
 
 
 
 
 
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#003366;
}
form, p, h1, h2, h3, h4, h5, ul {
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

td {
	font: 12px Arial, Helvetica, sans-serif;
}
.banner {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699cc;
	border-bottom-color: #6699cc;
}
#content{
	padding:10px;
}
#contentTable{
	padding:10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a52a2a;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6699CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	line-height: 26px;
}
.footer a {
	color: #6699CC;
}


/* LIST STYLE */
#contentTable li {
	position: relative;
	width: 100%;
	list-style-type: circle;
}
#contentTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #6699cc;
}

#contentTable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
/* END OF LIST STYLE */


/* MENU STYLE */
.menuSide {
	width: 5px;
	height:27px;
	float:left;
	padding: 0px;
	margin: 0px;
}

.menuMain{
	width: 756px;
	float: left;
	height:27px;
	padding: 0px;
	margin: 0px;
}

.menu{
	width: 100%;
	float: left;
	height:27px;	
	padding: 0px;
	margin: 0px;
}

#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:200px;
	height:27px;
	line-height:27px;
}
#menu h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:0;
	background:url(DesignImgs/menu_button.jpg) no-repeat;
	height:27px;
	line-height:27px;
	width:159;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
	
	line-height:27px;
	display:block;
	padding-left:0px;
	margin:0;
}

#menu a:hover {
	color:#FFFFFF;
	margin:0;
	text-decoration:underline;
	display:block;
	padding-left:0px;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:0;
	left:100%;
		
	padding-left:0px;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}


#menu ul ul li {
	display:block;
	width:162px;
height:auto;

}

#menu ul ul li a {
	background:#7db8dd;
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	width:150px;
	border-bottom:1px solid #999999;
	display:block;
	float:none;
	padding:5px 0px 6px 10px;
	
}

#menu ul ul li a:hover {
	background:#6699cc;
	width:150px;
	color:#ffffff;
	padding:5px 0px 6px 10px;	
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul li a {
	float:none;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li a:hover ul ul,
#menu ul li a:hover ul ul li {
	display:none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

#menu li:hover ul, li.over ul { display: block;}

<!--[if lt IE 7]>
#menu{float:left;}
body{behavior:url(csshover.htc); }
#menu ul li{ display:block;}
/*#menu a{height:100%;}*/

#menu ul li a:hover ul ul,
#menu ul li a:hover ul ul li {
	display:none;
}

<![endif]-->

