/*        V2        */
/* Left Menu */
#left-menu {
	background: #666;
	width: 170px;
	float: left;
	border: 0.5px solid #666;
	height: 0 auto;

}
#left-menu h2 {
	margin: 0px;
	width: 0 auto;
	height: 20px;
	padding-top: 0px;
	background: #666;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #CCC;
	text-align: center;
}
#left-menu h1 {
	margin: 0px;
	width: 0 auto;
	height: 20px;
	padding-top: 0px;
	background: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CCC;
	text-align: center;
}
#left-menu ul {
}

#left-menu li {
}
#arrow {
	float: left;
	font-size: 9px;
	color: #FFF;
}
#left-menu a {
	display: block;
	padding-top: 10px;
	width: 0 auto;
	height: 3%;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	border-bottom: dashed #333 0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
}
#left-menu a:hover {
	display: block;
	padding-top: 10px;
	width: 0 auto;
	height: 3%;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	border-bottom: dashed #FFF 0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
#left-menu p {
	display: block;
	width: 0 auto;
	height: 3%;
	text-decoration: none;
	text-align: center;
	border-bottom: dashed #333 0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
}
.messagesUR{
	font-size: 11px;
	color: red;
}
.messagesR{
	font-size: 11px;
	color: white;
}
#top-menu {
	width: auto;
	height: 60px;
	background:#666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	text-align: center;
	border-bottom: dashed #333 0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
}
