.container {
        padding: 0px;
        margin: 0px 0 0px 0;
        border: 0px solid #ccc;
        background: #E7E9F3;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 0px 2px;
        border-bottom: 0px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        font-family: verdana, sans-serif;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 7px;
        text-decoration: none;
        color: #000000;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000000;
        background: url(../images/menu/Rounded.png) no-repeat bottom center;
}

body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
}

.glossymenu
{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 170px;
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu li a
{
	background: white url(../images/menu/glossyback.gif) repeat-x bottom left;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 2px;
	text-decoration: none;
}
.glossymenu li a
{
	width: 175px;
}
.glossymenu li a:visited, .glossymenu li a:active
{
	color: white;
}
.glossymenu li a:hover
{
	background-image: url(../images/menu/glossyback2.gif);
}

