/* countries_nav.css */
/* This file is included on the countriesNav.htm page located
   within the menus directory.  */

/* Sets the default font and width of page */
.menuWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 140px;
	cursor: pointer;
}
/* First Menu Item Normal State */
.menuFirst {
	padding: 3px 4px 2px 4px;
	width: 132px;
}
/* Middle Menu Item Normal State */
.menuMid {
	padding: 1px 4px 2px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 132px;
}
/* Last Menu Item Normal State */
.menuLast {
	padding: 1px 4px 3px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 132px;
}
/* First Menu Item Active State */
.menuFirstActive {
	padding: 3px 4px 2px 4px;
	color: #FFFFFF;
	background-color: #6A2A00;
	width: 132px;
}
/* Middle Menu Item Active State */
.menuMidActive {
	padding: 1px 4px 2px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #FFFFFF;
	background-color: #6A2A00;
	width: 132px;
}
/* Last Menu Item Active State */
.menuLastActive {
	padding: 1px 4px 3px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #FFFFFF;
	background-color: #6A2A00;
	width: 132px;
}
