#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0 0 0 0px; list-style:none; height:40px; background:url(../images/ulback.gif) repeat-x;}
#menu li {
	float:left; 
	font-family: Arial; 
	font-size:12px
	}
#menu li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#menu li a:hover
{background:url(../images/tab_a.gif) no-repeat right top; line-height:36px;}
#menu li a:hover b
{background:url(../images/tab_b.gif) no-repeat left top; line-height:36px;}

#menu li.selected a{
	background:url(../images/tab_a.gif) no-repeat right top; line-height:36px;
}

#menu li.selected b{
  background:url(../images/tab_b.gif) no-repeat left top; line-height:36px;
}

ul.submenu-item {
	display: none;
}

.shown{
	display: block;
}

li ul.submenu-item {
	margin-left:-20px;
	position:absolute;
	top:160px;
	width: 400px;
}

li ul.submenu-item li {
   background-image:url("../images/bullet.gif") !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	padding-left:15px;
}

li ul.submenu-item  li a {
	line-height:36px;
	color: green !important;
	background: none !important;
	font-size: 1.1em !important;
}


li ul.submenu-item  li a:hover{
	background: none !important;
	text-decoration:underline; 
	color: green !important;
}
