﻿/* CSS Document */


/* - - - ADxMenu: BASIC styles - - - */


/*.no_link {
	text-align:left;
	height:2em;
	padding:1em 0 0 2em;
	margin-top: 1em;
	}*/
	
.no_link {color: #999999; padding:0;
	text-align:left;
	color:gray;
	margin-top: .5em;
	margin-bottom: .5em;	
	margin-left:1em;	
	}

.no_link2 {
	text-align:left;
	height:2em;
	padding:.5em 0 0em 1em;
	margin-top: 1em;
	margin-left:1em;
	color:gray;
	}
.menu {
	width: 130px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	/*display: block;*/
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;
}









/* - - - ADxMenu: DESIGN styles - - - */



.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	/*color: black;*/
	/*color: blue;*/
	padding: .4em 1em;
	display: block;
}



.menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
a {color: blue; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}
