#mainContent{
	font-family:Arial;
	height:480px;
	top: 100px;
	position: absolute;
	left: 135px;
	width: 600px;
    }

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    right: 10px;
    list-style: none;
    z-index:999999;
    width:721px;
}
ul#navigation li {
    width: 103px;
    display:inline;
    float:left;    
}
ul#navigation li a {
    display: block;
    float:left;
    margin-top: -2px;
    width: 100px;
    height: 25px;
    background-color:#E7F2F9; /* Background tab color */
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid #BDDCEF;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    text-decoration:none;
    text-align:center;
    padding-top:80px;
    opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
}
ul#navigation li a:hover{
     background-color:#3FF; /* background color on hover */
}
ul#navigation li a span{
    letter-spacing:2px;
    font-size:11px;
    color:#60ACD8; /* font color on tabs */
    text-shadow: 0 -1px 1px #fff;      
}
ul#navigation .home a{
    background-image: url(http://www.opensouls.com/images/icons/handy_house.png);
}
ul#navigation .about a      {
    background-image: url(http://www.opensouls.com/images/icons/handy_info.png);
}
ul#navigation .search a      {
    background-image: url(http://www.opensouls.com/images/icons/handy_calendar.png);
}
ul#navigation .podcasts a      {
    background-image: url(http://www.opensouls.com/images/icons/handy_photo.png);
}
ul#navigation .rssfeed a   {
    background-image: url(http://www.opensouls.com/images/icons/handy_smart_phone.png);
}
ul#navigation .photos a     {
    background-image: url(http://www.opensouls.com/images/icons/handy_tv.png);
}
ul#navigation .contact a    {
    background-image: url(http://www.opensouls.com/images/icons/handy_heart.png);
}
