@charset "UTF-8";
/* CSS Document */

#nav {
	position: absolute;
	bottom: 8px;
	right: 0;
}

#nav2 {
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: #FFF;
}

#nav ul, #nav2 ul {
	margin: 0;
	padding: 0px;
	white-space: nowrap;
}

#nav li
{
	display: inline;
	list-style-type: none;
}

#nav2 li {
	list-style-type: none;
	border: 1px #FFF dotted;
}

#nav a, #nav2 a { 
	display: block;
	padding: 9px 13px;
	float: right;
	color: #1A4E99;
	font-weight: 700;
}

#nav2 a {
	float: none;
	text-align: right;
}

#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited {
	text-decoration: none;
}

#nav a:hover, #nav a.selected, #nav2 a:hover {
	text-decoration: none;
	background: url(images/common/bg_nav.gif) bottom left repeat-x; 
}

