.maidcitySideMenu{
width: 130px; /*width of menu*/
}

.maidcitySideMenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.maidcitySideMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.maidcitySideMenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.maidcitySideMenu ul li a{
font: bold 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.maidcitySideMenu ul li a:visited{
color: black;
}

.maidcitySideMenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.maidcitySideMenu ul li table{
width: 100%;
border-width: 1px;
border-spacing: 0px;
border-style: dashed;
border-collapse: separate;
border-color: blue;
}

.maidcitySideMenu ul li tr{
border-width: 0px;
padding: 0px;
border-style: none;
border-color: white;
}

.maidcitySideMenu ul li td{
border-width: 0px;
padding: 0px;
border-style: none;
border-color: white;
}

.maidcitySideMenu ul li label{
font: bold 12px Arial;
color: white;
background: DimGray;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.MainTD
{
	 border: 1px; 
	 border-style:solid; 
	 border-color:Blue;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 5px;
	 padding-bottom: 5px;	 
	 font: 14px Arial;
}

.Title
{
	font: bold 16px Arial;
}

.content a{
	color: Blue;
	font-size:12px;
	font-weight:normal;
}

.content a:visited
{
	color: Blue;
	font-size:12px;
	font-weight:normal;
}
