body 
{
	margin: 10;
	font-family: Arial, Verdana, sans-serif;
}


.maintable
{align: center;
width: 768px;
border-left: 1px solid gray;	
border-right: 1px solid gray;
border-bottom: 1px solid gray;	
}


.menu
{
text-align: left;
horizontal-align: left;

}


.content
{
font-family: Verdana, sans-serif;
text-align: left;
padding-top: 20px;
padding-left: 15px;
padding-right: 10px;
horizontal-align: left;
font-size: 0.8em;
font-weight : normal;

}








.mswfooter{
width: 100%;
BACKGROUND-COLOR: grey;

}








.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:133px; height:150px; position:relative; margin:0; font-size:8px; margin:0px 0; horizontal-align: left;   }	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 130px;
                    
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 17px;
		margin-bottom : -1px;
		width: 130px;
list-style: none;
horizontal-align: left;
    text-align: left;     

	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 130px;
		margin-top : -19px;
list-style: none;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 130px;
		w\idth : 130px;
		display : block;
		color : #9600A2;
		font-weight : normal;
font-size: 10px;
font-weight: bold;
		text-decoration : none;
		background-color : #D9D9D9;
		padding : 0 0px;
                text-indent:10px;

border-bottom : 1px solid   #178890;


  border-top : 1px solid  #178890;  
list-style: none;



	}

#nav ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:130px; top:-5px;}


#nav ul li a:hover ul li a:hover ul li a {width: 130px;}


	
	#nav li a:hover {
		color : #000000;
		background-color : #ffffff;
	}
	
	#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;
		
	}