/* 
	Stylesheet for navigation menu

 */

div.menu {
	overflow: hidden;
}

/* remove bullets and list indents */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* needed for IE */
#menu ul li {
	display: inline;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2{
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
	display: block;
	border: 0;
	margin: 0;
	text-align: left;
}


/* Items that contain sub items */
#menu h2 a {
	height: 22px;
	width: 150px;
	color: #fff;
	background: transparent url(/resource/md2/images/nav_main_item_c_off.png) no-repeat top;
	text-decoration: none;
	padding: 2px 0 0 15px;
	margin: 0 0 0 8px;
}
#menu h2 a:hover {
	color: #ed4242;
	cursor: pointer;
}
#menu h2 a.opened{
	background: transparent url(/resource/md2/images/nav_main_item_o_off.png) no-repeat top;
}
#menu h2 a.opened:hover{
	cursor: pointer;
}
/* ------------------------------*/


/*
	items in the root, notnested items
	clickable menu items
*/
#menu a {
	height: 22px;
	width: 150px;
	color: #fff;
	background: transparent url(/resource/md2/images/nav_main_item_c_off.png) no-repeat top;
	text-decoration: none;
	padding: 2px 0 0 15px;
	margin: 0 0 0 8px;
}
#menu a:hover {
	color: #ed4242;
	cursor: pointer;
}
/* ------------------------------*/

/* Normal sub menu items */
#menu ul ul li a {
	height: 15px;
	width: 120px;
	margin: 0 0 0 15px;
	padding: 0 0 0 35px;
	background: transparent url('/resource/md2/images/nav_subitem.png') no-repeat 15px center;
}
/* ------------------------------*/
