/* jdMenu.css - Based on jdmenu 1.4.1 */
ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
}
/* End of jdMenu.css */

/* jdMenu.jdsharp.css */
ul.jd_menu_jdsharp {
	/* Controls properties of the main menu bar */
	margin-left: 10px;
	margin-right: 10px;
	height: 21px;
	background: url("../images/jd-menu-bkg.gif") repeat-x scroll 0 bottom #D83621;
}
ul.jd_menu_jdsharp li {
	/* Controls properties of each menu item. Seems to be sub menu items only, main menu items must be altered elsewhere */ 
	margin: 0px;
	padding: 0px;
}
ul.jd_menu_jdsharp li.jd_mainmenu {	
	/* JRS addition to add separator between main menu items, not required on sub menus */
	background: url("../images/jd-menu-bkg-sep.gif") no-repeat scroll right transparent;
}
ul.jd_menu_jdsharp a {
	/* Controls properties of each menu item that is a link, both main & sub menus items */
	display: block;
	padding: 3px 6px 4px 6px;
	cursor: pointer;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #FFF;
	text-decoration: none;
}
ul.jd_menu_jdsharp a.jd_menu_active_menubar,
ul.jd_menu_jdsharp a.jd_menu_hover_menubar {
	/* Controls properties of each menu item that is a link, when active, seems to be main menu items only (not sub) */
	padding-left: 6px; /* Changed this from 5px to stop menu reducing in size on hover */
	/* border-left: 1px solid #88B5E7;    Adds pale blue border */
	padding-right: 6px; /* Changed this from 5px to stop menu reducing in size on hover */
	background: black;	
	color: white;
}
ul.jd_menu_jdsharp ul {
	/* Controls properties of sub menu block. NOTE maybe overwritten by 'ul.jd_menu_jdsharp a' or 'ul.jd_menu_jdsharp li' above */
	background: #F0F0F0;   /* JRS colour from Firefox link bar menu */
	border: 1px solid #B4C4FF; /* JRS colour from Firefox link bar menu */
}
ul.jd_menu_jdsharp ul li {
	/* Controls properties of each sub menu item, that is a list item only (not a link)
		Suggest not to use this*/
	margin: 0px;
	padding: 0px;
	/* border: 10px; */		
	display: block;		
	color: #333333;
	border: 1px solid #F0F0F0; /* This is invisible, but stops menu increasing in size on hover, which has border (see below) */
	cursor: pointer;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
}
ul.jd_menu_jdsharp ul li a {
	display: block;
	width: 150px;
	margin: 0px;
	padding: 5px 10px 5px 4px;	
	color: #000000;
	border: 1px solid #F0F0F0; /* This is invisible, but stops menu increasing in size on hover, which has border (see below) */
}
ul.jd_menu_jdsharp ul li a.jd_menu_active,
ul.jd_menu_jdsharp ul li a.jd_menu_hover {
	/* Controls properties of each sub menu item, that is a link, when active */
	/* background: url(../img/site-gradient.png) repeat-x; */
	text-decoration: none;
	/* background: #555555;*/
	background: url(../images/menu-gradient.png) repeat-x; /* JRS colour from Firefox link bar menu */
	border: 1px solid #AECFF7; /* JRS colour from Firefox link bar menu */
}
/* End of jdMenu.jdsharp.css */
