ul#menu
		{
		top: 112px;
		padding-bottom:0px;
		height: 24px;
		list-style:none;
		margin-bottom: 0px;
		border-right: 4px;

		
		}
		ul#menu li
		{
		float: left;
		height: 24px;
		
		background:;
		text-align:center;
		margin-bottom: 0px;
		padding-bottom:0px;
		padding-right:5px;
		
		}
		ul#menu li.active
		{
		background:;
		text-align:center;
		color:#ffffff;
		margin-bottom: 0px;n
		}
		ul#menu li.active a
		{
		color:#ffffff;
		}

		ul#menu li a
		{
		display: block;
		float: left;
		font-family:Verdana, Tahoma;
		font-size:10px;
		font-weight: bold;
		color: #fdd545;
		text-decoration: none;
		width:80px;
		height:24px;
		text-align:center;
		padding-top:8px;	
		
		}
		ul#menu li a:hover
		{
		text-decoration:none;
		background:;
		width:80px;
		height:24px;
		text-align:center;
		color:#b2b2b2;
		vertical-align:text-top;
		}
		#list-menu {width: 143px;
}
#list-menu {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
} 
#list-menu li {
margin: 0px 0px 0px 2px;
} 
#list-menu a {
display: block;
width:200px;
padding: 9px 30px 7px 10px;
border: 1px solid #1085e4;
border-style:solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none; /*lets remove the link underlines*/
color: #ffffff;


} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}


.list-menu a:active{
background: #ffffff;
border: 0px solid #107802;
border-style:dotted;
}

.list-menu a:visited{
background: #ffffff;
border-bottom: 0px solid #107802;
border-style:dotted;
}

#list-menu a:hover {
border: 1px solid #1085e4;
border-style:solid;
background: #2da1ff;
color: #ffffff;
width:200px;
text-decoration:none;

} 

 .rightcontainer {
background-color:#bf9b18;
border:1px solid #ffffff;
color:#868686;
margin-bottom:2px;
margin-top:0px;
margin-left:5px;
margin-right:5px;
padding:5px;
vertical-align:top;

} 








