﻿/* Default CSS Stylesheet for a new Web Application project */

#navcontainer ul
{
	border-bottom: thick solid #CCCCCC;
	padding-left: 0;
	margin-left: 0;
	background-color: #333333;
	color: White;
	float: left;
	width: 100%;
	font: padding-bottom:2px;
	height: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #333333;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
height: 14px;

}

#navcontainer ul li a.selected
{
padding-bottom:2px;
border-bottom-style: solid;
border-bottom-width: thick;
border-bottom-color: #FF0000;

}

#navcontainer ul li a:hover
{
padding-bottom:2px;
border-bottom-style: solid;
border-bottom-width: thick;
border-bottom-color: #FF0000;
text-decoration: none;
}


