.menu 
{
	color:#000000;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	margin-left:10px;
	text-decoration:none;
}
div#top
{
width: 1000px;
height: 100px;
}
div#topnavigation
{
width: 1100px;
height:100px;
float:left;
background-image: url('../images/nav/BG.png');
padding-right:100px;
}
div#main
{
width: 1000;
margin-left:10px;
}
div#contentholder
{
width: 700px;
background-image: url('../images/div-bgs/main.png');
border: 1px solid #a381f9;
padding:10px;
float:left;
}
div#contentholder-refl
{
width: 700px;
height: 60px;
padding: 10px;
background-image: url('../images/div-bgs/main-refl.png');
border-top: 1px solid #a381f9;
margin-top: 10px;
float: left;
}
div#footnav
{
height: 70px;
left: 10px; 
width: 100%;
}

/* ######### CSS for the Home page Tabs ######### */
.hometabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.hometabs li{
display: inline;
margin: 0;
}

.hometabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
}

.hometabs li a:visited{
color: #2d2b2b;
}

.hometabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.hometabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.hometabs li a.selected{ /*selected main tab style */

}

.hometabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for the Profile page Tabs ######### */
.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.tabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}