.top_nav{
clear:both;
display:block;
left:395px;
position:relative;
width:550px;
}

.top_nav ul{
    margin:0;
    padding:0;


}

.top_nav li{
		 display:inline-block;
    width:110px;
    height:25px;
    float:left;
    color:#555;
    text-align:center;
    overflow:hidden;
		 font-size:0.7em;
    margin:0 auto;
		 line-height:1.45em;
		 
		 /*border-bottom:1px #555 solid;
		 border-left:1px #555 solid;
		 border-:1px #555 solid;*/
}
.top_nav span{
    background-color:#CCCCCC;
    color:#555;
    display:inline-block;
    float:left;
    font-size:0.7em;
	  font-weight:bold;
    height:20px;
    margin:0;
		 padding-top:5px;
    overflow:hidden;
    text-align:center;
    width:110px;
    /*border-bottom:1px #555 solid;
    border-left:1px #555 solid;
    border-:1px #555 solid;*/
}

.top_nav li p {
margin:0;
padding:.5em;
}

.top_nav a{
    background-color:#CCCCCC;
    color:#555;
    text-decoration:none;
		 display:block;
}
.top_nav a:visited{
    color:#fff;
}

.top_nav a:hover{
    color:#fff;
		 background-color:#777;
}

.top_nav a:active{
    color:#fff;
}

.top_nav p{
    padding:0px 0px;
}

.top_nav .subtext{
        padding-top:5px;
			  color:#CCC;
			  font-weight:normal;
			  padding-bottom:5px;
			  
}

/*Menu Color Classes*/
.gray{background:#CCC;}

