@charset "utf-8";
/* CSS Document */

/* WinIE behavior call */
body {
	behavior: url(csshover.htc);
	}
/* End */

#menu {
	background-color: #5786e0;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	width: 163px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
	}

#menu ul.level2 {
	background-color: #5786e0;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	display: none;
	left: 163px;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 2000;
	}


#menu ul li.subMenu:hover ul.level2 {
	display: block;
	}

#menu a {
	border-bottom: 1px solid #000066;
	color: #c7dadf;
	display: block;
	padding: 8px 0 8px 5px;
	text-decoration: none;
	width: 158px;
	}
	
#menu a:hover {
	color: #5786e0;
	}
	
#menu li {
	color: #c7dadf;
	font-weight: bold;
	list-style: none;
	margin: 0;
	position: relative;
	}

#menu li:hover {
	background-color: #c7dadf;
	color: #5786e0;
	}
	
#menu li.subMenu {
	background-image: url(images/arrow.gif); 
	background-position: 98% 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000066;
	padding: 8px 0 8px 5px;
	width: 158px;
	}