.navigation
{
	float: left;
	margin-right: 10px;
}

.menu a
{
	color: black;
}

/*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: 168px;
	border-left: solid 1px #a0afd9;
	border-right: solid 1px #193176;
	border-bottom: solid 1px #193176;
	border-top: solid 1px #193176;
	font-size: .8em;
	font-weight: bold;
}

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

.menu a
{

	background: url(../image/navigationBackground.png) repeat-y;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	
	border-top: solid 1px #a0afd9;
	border-bottom: solid 1px black;
	border-left: solid 1px #193176;
	border-right: solid 1px black;
}

.pink a
{
	background: url(../image/navigationBackgroundPink.png) repeat-y;
}

.green a
{
	background: url(../image/navigationBackgroundGreen.png) repeat-y;
}



* 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/navigationSelectedBackground.png);
	xborder-top: solid 1px #193176;
	xborder-left: solid 1px #a0afd9;
}

.current, .current a
{
	background-image: url(../image/navigationSelectedBackground.png);
	border-top: solid 1px #193176;
	border-left: solid 1px #a0afd9;
}



