@charset "utf-8";
/* CSS Document */

#menu {
	margin: 0;
	padding: 0;
	background:url(../img/template/bg2.gif) repeat-y right #333;
	height:2em;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	}

#menu ul li a {
	padding: 0 15px 0 15px;
	color:#A2A29F;
	text-decoration: none;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em; 
	}

#menu ul li#five a	{
	}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#menu ul li a:hover {
	color: #000;
	background: #ccc;
	}

#menu a:active	{
	background: #ED9945;
	color: #fff;
	}
	
body#writing li#one a {
	background: #ED9945;
	color: #fff;
	}
body#broadcasting li#two a {
	background: #ED9945;
	color: #fff;
	}
body#cv li#three a {
	background: #ED9945;
	color: #fff;
	}
body#blog li#four a {
	background: #ED9945;
	color: #fff;
	}
body#contact li#five a {
	background: #ED9945;
	color: #fff;
	}
