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

.menu
{
	color:black;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0;
	width: 168px;
	border-left: solid 1px white;
	border-right: solid 1px #8d9cbc;
	border-bottom: solid 1px #8d9cbc;
	border-top: solid 1px #8d9cbc;
	font-size: .8em;
	font-weight: bold;
}

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

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

* 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 #fee5b2;
	xborder-left: solid 1px white;
}

.current, .current a
{
	background-image: url(../image/navigationSelectedBackground.png);
	xborder-top: solid 1px #fee5b2;
	xborder-left: solid 1px white;
}

