/* CSS Document */

#nav{
	top:140px;
	left:10px;
	width:28%;
	position:absolute;
	font-family:"Comic Sans MS", sans-serif;
    font-size:80%;
	background-color: #FFEC8B;
}

#nav ul {
    margin:10px 0;
    padding:0;
	text-align:left;
    line-height:2em;    
    list-style:none;
	border-bottom:1px solid #FFFFE0;
}

#nav ul li {
    margin:0;
	background: url(../images/menu_bg.jpg) repeat-x top;
	border-top:1px solid #FFFFE0;
	border-bottom:0;
	}

#nav a {
	/* makes anchor cover full width ie block */
	display:block;
	
    padding:2px 10px;
    text-decoration:none;
	color:#8B2252;
    }

/* tan hack */
* html #nav a {
	display:inline;
    }

#nav a:hover {
    color:#9900FF;
    }
	
#nav a:visited {
    }

#nav li ul {
	text-indent:10px;
	margin:0;
	border-bottom:0;
	}

/* no link menu items */
#nullink {
	display:block;
	padding:2px 10px;
    text-decoration:none;
    color:#8B2252;
	}
#nullink:hover {
	}

/* corners */	
#nav-tl{
	background-image: url(../images/nav-tl.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	left:0px;
}

#nav-tr{
	background-image: url(../images/nav-tr.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	right:0px;
}
/* Tan hack */
*html #nav-tr{
	right:-1px;
}

#nav-bl{
	background-image: url(../images/nav-bl.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0px;
	left:0px;
}
/* Tan hack */
*html #nav-bl{
	bottom:-9px;
}

#nav-br{
	background-image: url(../images/nav-br.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0px;
	right:0px;
}
/* Tan hack */
*html #nav-br{
	bottom:-9px;
	right:-1px;
}
