@CHARSET "UTF-8";

/***  MENU ITEM  ***/

.menuItem {
	padding-left: 5px;
}

.menuItem a:link {
	color:#000;
	text-decoration:none;
	border-bottom:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.menuItem a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.menuItem a:active {
	color:#F00;
	text-decoration:none;
}

.menuItem a:hover {		
	color:#000;
	text-decoration:underline;
	border-bottom-color:#000;
	border-bottom-width:medium;
	border-bottom-style:solid;
}

