body 
{
	margin: 10;
	font-family: Arial, Verdana, sans-serif;
}

.maintable
{

background-color: #a8c73d;


}



.content
{

background-color: #ffffff;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: top;

}



.rightcol
{


padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 6px;
vertical-align: top;

}


.trolleyrightmain
{
width: 180px;
border-left: 1px dashed green;	

	background: #f8f8f8;
}



.trolleymain
{
vertical-align:top;
width: 180px;

	background-color: #f8f8f8;
}


.trolleyright
{
width: 180px;
border-left: 1px dashed green;	

	background-color: #f8f8f8;
}









.success
{
	color: #408200
}

.error
{
	color: red;
}

/*
*  Table with black line under heading, then gray lines between rows.
*/
table.cms_bb_table
{
	border-collapse: collapse; 
	empty-cells: show;
}
table.cms_bb_table th
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	background-color: #f8f8f8;
}
table.cms_bb_table tr#row_even
{
	background-color: #f8f8f8;
}
table.cms_bb_table td
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid gray;	
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	font-size: 0.8em;
}
table.cms_bb_table td#first_col
{
	border-left: none;	
}









<!--   Dynamic Menu Style  -->


<style type="text/css">


#nav {font-family: arial, sans-serif; width:155px; height:150px; position:relative; margin:0;  margin:0px 0; horizontal-align: left;   }	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 155px;
font-size:0.8em;
                    
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 17px;
		margin-bottom : -1px;
		width: 155px;
list-style: none;
horizontal-align: left;
            

	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;

		margin-left : 155px;
		margin-top : -19px;
list-style: none;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 155px;
		w\idth : 155px;
		display : block;
		color : #4c4a9d;
		font-weight : normal;
		text-decoration : none;
		background-color : #a8c73d;
		border-top : 1px solid  #ffffff;
                border-bottom : 1px solid  #ffffff;
		padding : 0 0px;
                text-indent:4px;
                list-style: none;
	}

#nav ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:154px; top:-5px;}


#nav ul li a:hover ul li a:hover ul li a {width: 155px;}


	
	#nav li a:hover {
		color : white;
		background-color : #4c4a9d;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
		
	}
	
	</style>