/***********************************************/
/* eurobuild menu css                      */
/***********************************************/
/* Created 2010 by Svetlozar Hristov */
/***********************************************/

html {
                
}

/* Start */

body{
	font-size:26px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

a { 
	text-decoration:none;
}

a:link {
	font-family: DejaVu, sans-serif;
	color: #271ede;
}

a:visited {
	font-family: DejaVu, sans-serif;
	color: #271ede;
}

/* Begin tags */

#mainmenu {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 40px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/bgt.gif);
	background-repeat: repeat-x;
}

.mainmenucenter {
/* 	border: 1px dotted #9a9a9a;  */
	width: auto;
	height: 39px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
	background-image: url(../images/nav.gif);
}

.mainmenucenter a {
	display: block;
	height: 19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 11px;
	float: left;
}

.mainmenucenter a:link {
	display:block;
	font-family: Tahoma;
	color: #e59124;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.mainmenucenter a:visited {
	font-family: Tahoma;
	color: #e59124;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}
.mainmenucenter a:hover {
	font-family: Tahoma;
	font-size:16px;
	color: #c0c0c0;
	text-decoration: none;
	background-image: url(../images/navhold.gif);
}

.menuspace {
	width: 3px;
	float: left;
	height: 37px;
	background-image: url(../images/space.gif);
}

#leftmenu {
	display: block;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	width: 162px;
	height: auto;
}

.leftmenb {
	height: 48px;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../images/leftmenb.gif);
	text-align: left;
	vertical-align: middle;
	float: left;
}

.leftmenb a {
	display: block;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	padding-bottom: 0px;
}

.leftmenb a:link {
	font-family: Tahoma;
	vertical-align: middle;
	color: #e59124;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.leftmenb a:visited {
	font-family: Tahoma;
	display: block;
	color: #e59124;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.leftmenb a:hover {
	font-family: Tahoma;
	color: #c0c0c0;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../images/leftmenbhold.gif);
	vertical-align: middle;
}

.leftmenc {
	height: 48px;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../images/leftmenb.gif);
	text-align: left;
	float: left;
}

.leftmenc a {
	display: block;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}

.leftmenc a:link {
	font-family: Tahoma;
	color: #e59124;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.leftmenc a:visited {
	font-family: Tahoma;
	color: #e59124;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.leftmenc a:hover {
	font-family: Tahoma;
	color: #c0c0c0;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../images/leftmenbhold.gif);
	vertical-align: top;
}

.lnice {
	width: 6px;
	float: left;
	height: 48px;
	background-image: url(../images/lspace.gif);
	clear: both;
}

.rnice {
	width: 6px;
	float: right;
	height: 48px;
	background-image: url(../images/rspace.gif);
}

