/* CSS Document */

/* UPDATED NAV ELEMENTS */



dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}

#menu {
width: 210px;
}

#menu dt {
	cursor: pointer;
	margin: 1px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	background: #D9DDEB;
	border-bottom: 1px solid #CCCCCC;
}

#menu dd {
	border-bottom: 1px solid #CCC;
}
#menu li {
	text-align: left;
	background: #E2E7F7;
	line-height: 20px;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #D9ddeb;
}

/* END UPDATED NAV ELEMENTS */




/* ROUNDED CORNER NAV */
.ibl {
	background: #D9DDEB url(images/n_bl.gif) no-repeat 0 100%;
	width: 230px;
	margin: 0px 0 0 0;
}
.ibr {background: url(images/n_br.gif) 100% 100% no-repeat}
.itl {background: url(images/n_tl.gif) 0 0 no-repeat}
.itr {background: url(images/n_tr.gif) 100% 0 no-repeat; padding:10px}
.iclear {font-size: 1px; height: 1px}
