/*****************************
Document Comments Styles 
*****************************/
/**** TOP NAVIGATION STYLES ***************************/
#topnav {
	position:absolute;
	top:0px;
	right:0px;
    height: 30px;
}

#topnav ul {
	width:100%;
    margin:0;
    list-style: none;
}

#topnav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#topnav a {
    float: left;
    background: url("images/nav-left.png") no-repeat left top;
    margin: 0 0px 0 7px;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#topnav a span {
    float: left;
    display: block;
    background: url("images/nav-right.png") no-repeat right top;
    padding: 6px 10px 5px 6px;
    color: #8fadd1;
	font:bold 10pt "Arial";
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {
    float: none;
}

/* End IE5-Mac hack */
#topnav a:hover span {
    color: #FFF;
}

#topnav a:hover {
    background-position: 0% -42px;
}

#topnav a:hover span, #topnav ul li.current_page_item a span {
    background-position: 100% -42px;
	color:#213752;
}

#topnav #current a, #topnav ul li.current_page_item a  {
    background-position: 0% -42px;
}

#topnav #current a span {
    background-position: 100% -42px;
}
/**** LOGO STYLES ***************************/
#logo{
	position:absolute;
	bottom:10px;
	left:0px;
}
#topbanner{
	position:absolute;
	right:0px;
	bottom:30px;
	width:468px;
	height:60px;
	border:1px solid #4b6687;
}
