<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#bottomunderlinemenu {
margin: 0;
padding: 0;
}

#bottomunderlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: right;
}

* html #bottomunderlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#bottomunderlinemenu ul li{
display: inline;
}


#bottomunderlinemenu ul li a{
	float: left;
	color: #1A1A1A;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background: url(../shram-global-images/bottommenudivide.gif) top right repeat-y;
	font-weight: normal;
}

#bottomunderlinemenu ul li a:hover{
	color: #FFFFFF;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}

</style>

