@charset "utf-8";
/* CSS Document */

ul {
	list-style:				none;
	margin:					0;
	padding:				0 0 0 25px;
	width:					750px;
	position:				absolute;
	background-color:		transparent;
	}	
	
li {
	font-size:				13px;
	float:					left;
	height:					20px;
	margin:					0;
	clear:					none;
	display:				block;
	background-color:		transparent;
	}
	
li p {
	font-size:				11px;
	height:					18px;
	position:				absolute;
	margin:					0;
	padding:				0;
	display:				none;
	top:					auto;
	width:					575px;
	height:					18px;
	background-color:		transparent;
	}

.firstLi {
	border-width:			0;
	}
	
ul li a {
	text-decoration:		none;
	position:				relative;
	top:					1px;
	padding:				1px 12px 2px;
	background-color:		transparent;
	color:					rgb(232,232,232);
	font-weight:			bold;
	}
	
ul li p a {
	text-decoration:		none;
	position:				relative;
	padding:				2px 8px;
	top:					20px;
	color:					rgb(232,232,232);
	font-weight:			normal;
	}
	
p.right {
	right:					25px;
	text-align:				right;
	}

p.left {
	text-align:				center;
	left:					auto;
	}
	
p.right a {
	float:					right;
	}
	
p.left a {
	left:					-50px;
	float:					left;
	}
	
ul li:hover p, ul li.over p {
	display:				block;
	}
	
ul li:hover a, ul li.over a {
	background-color:		rgb(232,232,232);
	color:					rgb(15,66,133);
	}
	
ul li p a:link {
	background-color:		transparent;
	color:					rgb(232,232,232);
	}
	
ul li p a:visited {
	background-color:		transparent;
	color:					rgb(232,232,232);
	}
	
ul li p a:hover {
	text-decoration:		underline;
	background-color:		transparent;
	color:					rgb(232,232,232);
	}
	
ul li p a:active {
	background-color:		transparent;
	color:					rgb(232,232,232);
	}
	
div#div2 iframe {
	position:		absolute;
	top:			0px;
	left:			0px;
	z-index:		-1;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}