/* Left menu*/

#submenu-first{
padding:23px 0px 9px 38px;
height:25px;
background: url(images/left-menu-bg0.gif) bottom no-repeat;
}
#submenu-other{
padding:8px 0px 8px 38px;
height:25px;
background: url(images/left-menu-bg.gif) top no-repeat;
}
#submenu-other a, #submenu-first a
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#fff;
text-decoration:none;
}

/*
ul.left-menu
{
	list-style: none;
	margin:0; padding:0;
	margin-bottom:0px;
	position: relative; /*IE bug*/
	/*padding-left:0px 15px 0px 10px;
}

ul.left-menu li
{

	padding-left: 0px ;
	line-height:15px;
	padding:4px 10px 8px 30px;
	background: url(images/left-menu-bg.gif) top no-repeat;
	margin-top:-1px;
}

ul.left-menu li a
{
	font-size:100%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#fff;
}

ul.left-menu li a:hover
{
	color:#fff;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#fff;
}

.selected1{
background: url(images/left-menu-bg0.gif) top no-repeat;
}

*/