/*
 * YOOtheme template club
 * Copyright (C) 2007 YOOtheme
 * http://www.yootheme.com
 */

/* layout styling */
@import url(layout.css);

/* menu styling */
@import url(menu.css);

/* module styling */
@import url(module.css);

/* general tag styling */
@import url(general.css);

/* Joomla built-in id and class styling */
@import url(joomla.css);

div#menu li a {
	float: left;
	display: block;
	height: 100px;
	width: 125px;
	padding: 0px 10px 0px 10px;
	border-right: 5px solid #ffffff;
	line-height: 145px;
	overflow: hidden;
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}