@charset "UTF-8";
/* CSS Document */


#subNavigation {
	margin:0;
	padding:0;
	float:left;
	width:160px;
	min-height:300px;

	}
	
#pageContent{
margin:0;
padding:20px;
width:720px;
float:right;
background:#f6f6f6;
min-height:300px;
}


#subnavList
{
margin: 0;
padding:0;
list-style-type: none;
letter-spacing:2px;
}

#subnavList li{
border: 1px solid #990000;
border-width: 1px 0;
background: black url(../images/blockactive.gif) center center repeat-x;
}

#subnavList a
{
display: block;
padding: 5px;
border-bottom: 1px solid #fff;
}

#subnavList a:link, #subnavList a:visited
{
color: #fff;
text-decoration: none;
}

#subnavList a:hover
{
color:#fff;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

#subactive a:link, #subactive a:visited, #subactive a:hover
{
color:#fff;
background: black url(../images/blockdefault.gif) center center repeat-x;

font-weight:bold;
}



