
#leftmenu UL LI A 
{	
	DISPLAY: block;	
	WIDTH: 176px;	
	COLOR: #ee901c;	
	TEXT-INDENT: 10px;	
	POSITION: relative;	
	HEIGHT: 28px;	
	line-height: 200%;
	TEXT-DECORATION: none;
	background: transparent url(nav-default.gif) no-repeat;
}

#leftmenu UL, .AspNet-Menu UL
{	
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;	
	FONT-WEIGHT: bold;	
	/*FONT-SIZE: 12px;	*/
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	WIDTH: 180px;	
	PADDING-TOP: 0px;	
	/*FONT-FAMILY: Trebuchet MS, Arial, Tahoma;	*/
	LIST-STYLE-TYPE: none;	
	POSITION: relative;	HEIGHT: auto;
}

.menu UL, .menu .AspNet-Menu UL
{
	list-style-type: none;
	white-space:nowrap;	
}

.menu LI, .menu .AspNet-Menu LI
{
	display: inline;
}

.menu UL.AspNet-Menu-Selected li
{
	height: 30px !important;
}

.menu LI A, .menu A.AspNet-Menu-Link
{
	width: 120px;
	height: 30px !important;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	line-height: 200%;
	font-weight:bold;
	color: #333333;
}

.menu A.AspNet-Menu-Link
{
	_height: 30px !important;
	
}

.menu LI.selected A, .menu A.AspNet-Menu-Selected
{
	/*height: 30px !important;	*/
	background: transparent url(menu-selected.gif) no-repeat;

}

.menu LI A:hover, .menu A.AspNet-Menu-Link:hover
{
	background: transparent url(menu-hover.gif) no-repeat;
	height: 30px !important;
	text-decoration: underline;
}

.subMenu UL, .subMenu .AspNet-Menu UL
{
	list-style-type: none;
	white-space:nowrap;	
}

.subMenu LI, .subMenu .AspNet-Menu LI
{
	display: inline;
}

.subMenu UL.AspNet-Menu-Selected li
{
	height: 25px !important;
}

.subMenu LI A, .subMenu A.AspNet-Menu-Link
{
	width: 120px;
	height: 25px !important;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	line-height: 140%;
	font-weight:bold;
	color: #ececec;
	background: transparent url(submenu-default.gif) no-repeat;
	
}

.subMenu A.AspNet-Menu-Link
{
	_height: 25px !important;
	
}

.subMenu A.AspNet-Menu-Selected
{
	background: transparent url(submenu-selected.gif) no-repeat;
	color: #333333;
	
}

.subMenu LI A:hover, .subMenu A.AspNet-Menu-Link:hover
{
	background: transparent url(submenu-hover.gif) no-repeat;
	height: 25px !important;
	text-decoration: underline;
	color: #333333;
	
}