
.nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center
} 

.nav-menu li
{
float: left;
display: block;
margin: 0 2px;
padding: 0;
text-align: center
}

.nav-menu li a
{
	height: 2em;
	line-height: 2em;
	width: 130px;
	float: left;
	display: block;
	border: 1px solid #dcdce9;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
} 

.nav-menu li a:hover
{
	height: 2em;
	line-height: 2em;
	width: 130px;
	float: left;
	display: block;
	border: 1px solid #dcdce9;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
} 

.navigation {
	text-decoration: none;
	background-color: #29739a;
	display: block;
	padding: 3px;
	width: 140px;
	list-style-type: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}


.navigation:hover {
	text-decoration: none;
	background-color: #153A4F;
	display: block;
	padding: 3px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	list-style-type: none;
}
/*Used for toolbar without links to expand area*/
.navigation2 {
	text-decoration: none;
	background-color: #29739a;
	display: block;
	padding: 3px;
	width: 140px;
	list-style-type: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}

.nav-menu
{
width: 415px
} 

