﻿#nav
{	
	float: left;
	width: 100%;	
	background: url("images/navbutton_bg1.gif") repeat-x;    
	height: 21px;  	
	font-family: Verdana, Sans-Serif;
}

#nav ul
{
    list-style-image: none;
}

#nav li.tab
{
	padding: 0px 0px 0px 0px;		
	white-space:nowrap;
	list-style: none;
	float: left;			
	border-right: solid 2px #ffffff;
	line-height: 21px;
	width: auto;
	text-align: center;
}

#nav li.tab.selected
{
	color: #ffffff;
}

#nav li.tab a
{
	color:#FFFECF;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	height: 21px;
	background: url("images/navbarbg_active.png") repeat-x;      	
	background-position: 0 -50px;
}

#nav li:hover
{
	background: url("images/navbutton_bg2.gif") repeat-x;      	
}

#nav li:hover a
{
	color: #ffffff;
}

#nav li.tab.selected a
{
	color: #FFFFFF;      
}

/* CHILD NAV */
#ChildNav
{	
	float: left;
	width: 250px;	
}

#ChildNav ul
{
}

#ChildNav li
{
	background: url("images/listarrow.gif") no-repeat scroll 0 6px;
	list-style-type: none;
	padding: .2em 0 0 0;
}

#ChildNav li.tab.selected
{
}

#ChildNav li.tab a
{
}

#ChildNav li:hover
{
}

#ChildNav li a:hover
{
	color: #DA7C65;
}

#ChildNav li.tab.selected a
{
}

#ChildNav li ul
{
	margin: 0 0 0 2em;
	padding: .2em 0 .5em 0;
}

.MenuItem
{
	padding-right: 1.5em;
	padding-left: 1.5em;
}
