﻿/* CSS layout */

ul{
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li{
margin: 0;
padding: 0;
}

li a{
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-top: 2px solid #FFEF96;
	border-left: 2px #FFCC00 solid;
	border-bottom: 2px solid #C6A800;
	border-right: 2px #FFEF96 solid;
	width: 180px;
	background: #FFE240;
	color: #7E07A9;
	font-size: 0.8em;
}

li a:visited{
background: #FFE240;
color: #7E07A9;
font-weight: normal;
font-size: 0.8em;
}

li a:link{
background: #FFE240;
color: #7E07A9;
font-weight: normal;
font-size: 0.8em;
}

li a:active{
	background: #C6A800;
	color: #7E07A9;
	font-weight: normal;
	font-size: 0.8em;
}

li a:hover{
background: #C6A800;
color: #7E07A9;
font-weight: normal;
font-size: 0.8em;
}

li li a:visited{
background: #FFEF96;
color: #7E07A9;
font-weight: normal;
}

li li a:link{
background: #FFEF96;
color: #7E07A9;
font-weight: normal;
}

li li a:active{
background: #C6A800;
color: #7E07A9;
font-weight: normal;
}

li li a:hover{
background: #C6A800;
color: #7E07A9;
font-weight: normal;
}

ul ul{
margin: 0 0 0 10px;
}

