/*  Boston Tables Navigation Style Sheet
    --------------------------------------------------------------
	Skin 1		
	Copyright 2007 Boston Tables ( http://www.bostontables.com/ )
    --------------------------------------------------------------
*/


.nav {
	width:161px;
    margin-top: 5px;
    font-family: Trebuchet MS;
    font-size: 9pt;
    font-weight: none;
    color: #444444;
    background: #CEDEF5;
}

.nav ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
}

.nav ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	margin-left: 1px;
	display: none;
	background:#ffffff;
}

.nav ul li:hover ul {
	display: block;
}

.nav li{
    line-height:15px;
	/* make the list elements a containing block for the nested lists */
	position: relative;
}

.nav a {
	display: block;
	padding: 7px 0 7px 7px;
	width: 154px;
	display: block;
	border-bottom: 1px solid #eee;
	background: #CEDEF5;
}

.nav a:link, .nav a:visited{
    text-decoration:none;
    color: #444444;
}

.nav a:link, .nav a:visited{
    text-decoration:none;
    color: #444444;
}

.nav li a:hover{
    background-color: #85B8E5;
    color: #444444;
}


#navList {
	width:161px;
    margin-top: 5px;
    font-family: Trebuchet MS;
    font-weight: none;
}

#navList ul {
	margin: 0;
    padding: 0;
	list-style-type: none;
	font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
}

#navList ul li {
	color: #FFFFFF;
    background: #1C2864;
	list-style-type: none;
	font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
	list-style-type: none;
	background: #FFFFFF;
	text-align: left;
}


#navList a {
	display: block;
	padding: 2px 0 2px 5px;
	width: 154px;
	display: block;
	border-bottom: 1px solid #eee;
	background: #CEDEF5;
}

#navList a:link, #navList a:visited{
    text-decoration:none;
    color: #444444;
}

#navList a:link, #navList a:visited{
    text-decoration:none;
    color: #444444;
}

#navList li a:hover{
    background-color: #85B8E5;
    color: #444444;
}

.navListHeader {
	width: 159px;
	background: #1C2864;
	color: #FFFFFF;
	margin: 3px 0 0 0;
	font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
	text-align: left;
}

* html .navListHeader {
	w\idth: 154px;
}

.navListHeaderSpacer {
	margin-left: 5px;
}
