﻿/************************************************************************
* Navigation layout divs
************************************************************************/
#nav
{
	float:left;
	display:inline;
	width:125px;
	margin:25px 0;
	padding:0;
	list-style:none;
	color:#7b8cac;
	font-family:Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
    font-size:13px;
    text-align:right;
}
#nav li
{
    display:block;
    margin:0;
    padding:0;
}
#nav a
{
	height:28px;
	color:#7b8cac;
	line-height:28px;
}
#nav a:link, #nav a:visited
{
    text-decoration:none;
}
#nav a:hover
{
    text-decoration:underline;
    cursor:pointer;
}
#nav a:active
{
	color:#254467;
    text-decoration:none;
}
#nav a.current, #nav a.current:link, #nav a.current:visited, #nav a.current:hover
{
	color:#254467;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
    text-decoration:none;
}