/* CSS Document */
@charset "utf-8";

/* CSS Popout Menu */
#menu{
}
#menu a:hover{
	background-color: white;
	color: #4A9ACD;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:157px;
}
#menu ul li {
	position: relative;
	padding: 0px; /* padding between main menu elements */
}
#menu li ul {
	position: absolute;
	left: 156px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	padding:0px 0px 0px 3px;
	margin:0px;
	width: 157px;
	_width: 158px; /* IE Fix */
}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	font-size:10px;
	font-weight: none;
	font-family: Verdana;
	white-space:inherit;
	text-indent: 1px;
	padding: 3px 0px 3px 3px;
	width:157px;
	_width:158px; /* IE Fix */
	color:white;
	background: #4A9ACD;
	text-decoration:none;
}
	
/* Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */

#menu a.x, #menu a.x:visited{
	display: block;
	padding: 3px 0px 3px 0px;
	background-color: #FFFFFF;
	color: black;
	text-indent: 16px;
	text-decoration:none;
	background-image:url(l-carrot.gif);
	background-position: right center;
	background-repeat:no-repeat;
}

#menu a.x:hover {
	background-color: #4A9ACD;
	color: #FFFFFF;
	background-image:url(l-carrot2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu a.x:active{
	background-color: #376CA8;
	color: #FFFFFF;
	background-image:url(l-carrot2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

ul {
	font:Verdana;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

li {
	margin:0px 0px 0px 0px;
	padding-left:4px;
	list-style:none;
}

#middle li{
	padding:0px 0px 0px 0px;
	margin-top:6px;	
	margin-bottom:6px;
	margin-left:10px;
	list-style-image:url(bullet.gif);
}

td.blue {
	list-style-type:none;
	line-height:18px;
	padding: 0px 0px 0px 0px;
	background-color:#006699;
	background-position:left;
	font:Verdana;
	font-size:10px;
	font-weight:bold;
	text-indent:8px;
	color:white;
	text-decoration:none;
}

a.blue {

	font:Verdana;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	color:white;
	text-decoration:none;
	line-height:18px;
}

li.L2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:4px 0px 0px 4px;
	list-style-type:none;
	list-style-image:none;
}

a.L2 {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

a:hover.L2 {
	text-decoration:underline;
}

a.sub {
	color:black;
	font-size:10px;
	text-decoration:none
}

a:hover.sub{
	text-decoration:underline;
}
