﻿#TopMenu 
{	
	height: 26px;
	width: 100%;
	font-size:100%;
	line-height:normal;
	background-color: White;
}

#TopMenu ul 
{
	list-style:none;
	width: 100%;
}

#TopMenu li 
{
	float:left;
	background:url(../images/slidingdoortopmenu/left.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 24px;
}

#TopMenu 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;
}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#TopMenu a {float:none;}
/* End IE5-Mac hack */

#TopMenu a:hover 
{
	color: #b59859;
}

#TopMenu .current 
{
	background-image: url(../images/slidingdoortopmenu/left_sel.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #b59859;
	height: 25px;
}

#TopMenu .current a 
{
	background-image: url(../images/slidingdoortopmenu/right_sel.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-bottom: 6px;
	height: 15px;
}

#TopMenu .current a:hover
{
	color: #ffffff;
}