/* tabs */
ul {
                list-style: none;
				
            }
            body>ul>li {
                display: inline;
				
            }
            body>ul>li:before {
                content: ", ";
            }
            body>ul>li:first-child:before {
                content: "";
}

#tabcontainer {
    margin: 0px;
    width: 70%;
	float:left;
}

#tabcontainer p{
margin-top:0px;
font-size:1.1em;
}


.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #000000;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #9F9F9F;
background-image:url(../images/sidebar_center.jpg);
    border-bottom: 0px;
    z-index: 2;
    padding: 2px 20px 1px;
    color: #000;
    text-decoration: none;		
	margin-right:5px;	
}
.anchors .on a {
    padding-bottom: 2px;
    font-weight: bold;
	border-width: 1px 1px 0px 1px;
border-spacing: 0px;
border-style: solid solid none solid;
border-color: #D3D3D3;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active{
    background: #ffffff;
}
.anchor {
    background: #ffffff;
	border-width: 0px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #D3D3D3;
}

#About-Me, #Resume, #Technologies{
min-height:243px;
}

/* for Internet Explorer */
/*\*/
* html #About-Me, #Resume, #Technologies {
height: 243px;
}
/**/


.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
    padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
min-height:135px;;

}
/* for Internet Explorer */
/*\*/
* html .anchor {
height: 135px;
}
/**/