html, body
	{
	font-family: "Trajan Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	height: 100%;
	}

img {
	border: 0;
	}

.menu 
	{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	
.menu ul
	{
	margin: 0;
	padding: 0;
	width: 268px;
	list-style: none;
	}
	
.menu li
	{
	margin: 0;
	padding: 0;
	display:block;
	text-align:left;
	padding: 0px 0 5px 5px;
	background-position: 0em .4em;
	background-repeat: no-repeat;
	position: relative;
	}
	
.menu a 
	{
	color:#000000;
	text-decoration: none;
	}
	
.menu a:hover
	{
	padding: 0 1px 0 1px;
	background: #000000;
	color: #ffffff;
	}

#nounderline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
