/*--- Main Navigation ---*/




/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}


 /* -------------------------------------- */
 #menu {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:0px;
	list-style:none;
}
 
.iconMenu{
text-align:center;
padding: 0 80px 0 80px;
display:block;
margin:0 0 10px 0;
}
.iconMenu a {
display:block;
margin:0 20px;
width:95px;
height:120px;
position:relative;
float:left;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
color:#CACDD3;
cursor:pointer;
text-decoration:none;
}
.iconMenu a p{
display:block;
}
.iconMenu a span{
display:block;
height:92px;
height:92px;
background-position:0 0;
}
.iconMenu a:hover span{
display:block;
height:92px;
height:92px;
background-position: 0 -92px;
}

.iconMenu a:hover {
color:#FFB848;
}
.home {
background:url(../images/p_home.png) no-repeat left top;
}

.new {
background:url(../images/p_new.png) no-repeat left top;
}

.girl {
background:url(../images/p_girls.png) no-repeat left top;
}

.boy {
background:url(../images/p_boys.png) no-repeat left top;
}

.emots {
background:url(../images/emots.png) no-repeat left top;
}

.avatars {
background:url(../images/avatars.png) no-repeat left top;
}

.blogs {
background:url(../images/blogs.png) no-repeat left top;
}



.images {
background:url(../images/images.png) no-repeat left top;
}


.top100 {
background:url(../images/p_top.png) no-repeat left top;
}

.submit {
background:url(../images/p_submit.png) no-repeat left top;
}



/*--- End Main Navigation ---

