.navwrap {
	width: 210px;
	margin: 10px 7px;
}

.navwrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.udm,.udm li,.udm ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.udm{
	position:relative;
	left:0;
	top:0;
	z-index:20000;
	width:210px;
	cursor:default !important;
	border:none;
	text-align:left;
}

.udm li{
	display:block;
	width:210px;
	position:static;
	float: left;
}

.udm li a, .udm li a:visited {
	background: url("../images/bullet-nav.gif"/*tpa=http://www.carriel.ca/images/bullet-nav.gif*/) no-repeat 0 0;
	position:relative;
	display:block;
	font: bold 1.4em/30px "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
	text-decoration: none;
	border-bottom: 1px solid #F1F4E1;
	padding-left: 30px;
}

* html .udm li a, * html .udm li a:visited {
	height: 30px;
}

.udm li a:hover {
	background: url("../images/bg-nav-hover.gif"/*tpa=http://www.carriel.ca/images/bg-nav-hover.gif*/) no-repeat 0 0;
	border-bottom: 1px solid #D2DF96;
}

* html .udm li a:hover {
	height: 30px;
}

.udm ul{
	width:210px;
	border: 1px solid #D2DF96;
	background: #FDFFF4;
	position:absolute;
	z-index:20100;
	display:none;
}

.udm ul li a:link, .udm ul li a:visited, .udm ul li a:hover {
	background: #FDFFF4;
	font: 11px "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	padding: 3px 10px;
	line-height: 18px;
}

* html .udm ul li a:link, * html .udm ul li a:visited, * html .udm ul li a:hover {
	height: 12px;
}

.udm ul li a:hover {
	background: #F0F5D8;
	border-bottom: 1px solid #D2DF96;
}
	
.udm .udmS{
	background-image:none;
	background-color:#9F9F9F;
	cursor:default !important;
	position:absolute;
	z-index:20050;
	left:0px;
	top:0px;
	display:none;

}

.udm .udmC{
	position:absolute;
	left:0;
	top:0;
	z-index:20020;
	width:auto;
	filter:alpha(opacity=0);
}