.menuItem
{
	float: right;
	
	margin: 10px 50px 0px 0px;
	
	color: #ffffff;
	border-bottom: 3px #FF8a00 solid;
	text-decoration: none;
}

.menuItem:hover
{
	color: #ffffff;
	border-top: 10px #FF8A00 solid;
	text-decoration: none;
}

/*-----------------------------------------------------------------*/

#subMenu
{
	float: left;
	width: 150px;
	margin: 5px 5px 5px 5px;
	
	padding: 5px;
	background-image: url("../images/contBG.png");
	font-weight: bold;
}

#subMenu h1
{
	margin: 5px 0px 5px 0px;
	
	color: #0066CC;
	border-bottom: 1px #FFFFFF dashed;
	font-size: 17px;
}

#subMenu a
{
	margin-left: 10px;
	
	display: list-item;
	list-style-type: none;
	
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#subMenu a:hover
{
	padding-left: 5px;
	
	border-left: 5px #FF8A00 solid;
}

/*-----------------------------------------------------------------*/

#writingType
{
	width: 100%;
	height: 35px;
	margin: 0px 5px 5px 0px;
	
	border-bottom: 1px #333333 solid;
}

#writingType a 
{
	float: right;
	margin-right: 20px;
	
	padding: 5px;
	
	color: #FFFFFF;	
}

#writingType a:hover
{
	padding: 5px;
	
	background-color: #777777;
	text-decoration: none;
}