﻿#navcontainer {
	position: absolute;
	height: 250px;
	width: 100px;
	left: 3px;
	top: 155px;
	z-index: 25;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#navcontainer ul {
	width: 10em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 10px;

	}

#navcontainer li {
	list-style: none;
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	vertical-align: bottom;
	margin: 1px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	border: 0px none;
 line-height: 1em;
 height: 2em;

	}

#navcontainer ul a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	background-image: url(../images/menu-bullet.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	}

#navcontainer ul ul {
	position: absolute;
	width: 175px;
	left: -3000px;
	background: #e91e87 ;
	margin-left: 47px;
	padding: 0px;
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
#navcontainer li:hover {
	color: #00CCCC;
}
	
#navcontainer ul li:hover ul {
	left: 110px;
	top: 4px;
	color: #00CCFF;
}
#navcontainer.nav .dropdown div {width: 189px;}
