/* Homepage menu */
#nav li a:link, #nav li a:visited  {
	font-size: 14px;
	text-decoration: none;
	/* Change the second number here => */ padding: 13px 8px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}/* All the rest menu */
#nav2 li a:link, #nav2 li a:visited {    -moz-border-radius-topleft: 7px;    -moz-border-radius-topright: 7px;    font-size: 14px;   /* Change the second number here => */ padding: 13px 8px;    text-decoration: none;}


/* Do not touch the rest below or the sky may fall !! */





/* Hover for HomePage tabs */

#home #nav li.current_page_item a:link, #home #nav li.current_page_item a:visited  {
	background:url("styles/default/tab.png") no-repeat transparent;
	background-position:center; 
	color:#6B6B6B;
	height:100px;
	padding-bottom:73px;
	text-align:center;
	font-weight:bold;
}

/* Hover for normal page tabs */

#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
	background:url("styles/default/tab.png") no-repeat transparent;
	background-position:center; 
	color:#6B6B6B;
	height:100px;
	padding-bottom:73px;
	text-align:center;
	font-weight:bold;
}

#nav li a:hover  {
	background:url("styles/default/tab.png") no-repeat transparent;
	background-position:center; 
	color:#6B6B6B;
	height:100px;
	padding-bottom:73px;
	text-align:center;
}
