﻿#TopMenu {	
	background-color: White;
	font-size: 100%;
	height: 26px;
	line-height: normal;
	position: relative;
	width: 100%;
}

#TopMenu ul {
	list-style:none;
	width: 100%;
}

#TopMenu li {
	float: left;
	background: url(../images/slidingdoortopmenu/left.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	height: 24px;
}

#TopMenu li a {
	display: block;
	background: url("../images/slidingdoortopmenu/right.gif") no-repeat right top;
	padding: 5px 11px 5px 3px;
	text-decoration: none;
	font-size: 11px;
	color: white;
	height: 14px;
}
 
	.IE6 #TopMenu li a {
		height: 16px !important; 
		padding-bottom: 5px;
		text-align: center;
		vertical-align: middle;
		width: 50px;
	}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#TopMenu li a { float:none; }
/* End IE5-Mac hack */

#TopMenu li a:hover {
	color: #76b900;
}

#TopMenu .current {
	background: url("../images/slidingdoortopmenu/left_sel.gif") no-repeat;
	border-bottom: 1px solid #76b900;
	height: 25px;
}

#TopMenu .current a {
	background: url("../images/slidingdoortopmenu/right_sel.gif") no-repeat right top;
	color: #fff;
	padding-bottom: 6px;
	height: 15px;
}

#TopMenu .current a:hover {
	color: #fff;
}