.navigation
{
	xfloat: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position:absolute;
	left: 40px;
	top: 140px;
	z-index: 100;
}

.menu a
{
	color: white;
	line-height: 36px;
	height: 36px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu
{
	color:black;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	width: 170px;
	font-size: .8em;
	font-weight: bold;
}

.menu li
{
    height: 36px;
}

* html .menu li
{
	xborder-left: solid 1px #193176;
}

.menu a
{
	background: url(../image/navigationBackground.png) no-repeat;
	display: block;
	width: auto;
	padding-top: 0px;
	padding-left: 38px;
	text-decoration: none;
}

* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 168px;
}

.menu a:hover
{
	background-image: url(../image/navigationHoverBackground.png);
	background-repeat: no-repeat;
}

.menu .current a a:hover ,.menu .current a:hover
{
    background-image: url(../image/navigationSelectedBackground.png);
    background-repeat: no-repeat;
}

.current, .current a
{
	background-image: url(../image/navigationSelectedBackground.png);
	background-repeat: no-repeat;
}



