ul#menu {

	display:block;
	width:200px;
	height:380px;
	padding:0px;
	margin:0 auto;
	margin:42px 0px 50px 0px;

}




ul#menu .item {

	background-color:#0000ff;
	width:200px;
	height:30px;
	border-width:0px 0px 1px 0px;
	border-color:#ffffff;
	border-style:solid;
	margin:0px;

}

ul#menu li {

	list-style-position:inside;
	list-style-type:none;
	background-image: url(/static/imgs/dot.png);
	background-repeat:no-repeat;
	behavior:url("/static/js/iepngfix.htc");
	cursor:pointer;
	text-align:left;

}

ul#menu li a {

	display:block;
	font-size:14px;
	width:80px;
	height:15px;
	padding:4px;
	font-weight:bolder;
	font-family:Verdana;
	color:#ffffff;
	text-align:left;
	text-transform: uppercase;
	margin:0px 0px 0px 14px;

}

ul#menu li div {

	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bolder;
	font-family:Verdana;
	color:#ffffff;
	text-align:left;
	text-transform: uppercase;
	margin-left:10px;

}

ul#menu .bottom {

	background-image:url('../imgs/bottom.png');
	background-repeat:no-repeat;
	background-position:center center;
	behavior:url("/static/js/iepngfix.htc");
	height:30px;
	width:200px;
	margin:0px;

}	

ul#menu .top {

	background-image:url('../imgs/top.png');
	behavior:url("/static/js/iepngfix.htc");
	background-repeat:no-repeat;
	background-position:center center;
	border-width:0px 0px 1px 0px;
	border-color:#ffffff;
	border-style:solid;
	height:30px;
	width:200px;
	margin:0px;
	text-align:center;

}



/* Specific colors for items */

ul#menu .calendar {

	background-color:#561AB1;

}


ul#menu .company {

	background-color:#561AB1;

}

ul#menu .company {

	background-color:#8C1AB1;

}


ul#menu .contact {

	background-color:#B11AAF;

}


ul#menu .deal {

	background-color:#BB356A;

}


ul#menu .task {

	background-color:#C96934;

}

ul#menu .case {

	background-color:#D6AE38;

}


ul#menu .call {

	background-color:#A6D000;

}


ul#menu .email {

	background-color:#41C50E;

}

ul#menu .doc {

	background-color:#32AC32;

}

ul#menu .form {

	background-color:#12A79B;

}

