div#menu {
    height:41px;
    background:url(../images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {

}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 3px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 90% Verdana, Geneva, sans-serif;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/


/*Side Bar menu*/

.navigationBlock {
	position:relative;
}

ul.sidenavigation
{
	list-style: none;
	font-size: 93%;
	font-weight:bold;
	font:Trebuchet MS;
	padding: 0;
}

ul.sidenavigation li.sideElement h3,
ul.sidenavigation li.sideElement a
{
	display: block;
	width:215px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul.sidenavigation li.sideElement h3
{
	background:url(banner.png) no-repeat;
	width:290px;
	height:42px;
	color:#fcfcfc;
	margin-bottom:-19px;
	margin-left:-18px;
}

.bottom{	background:url(bottom.png) no-repeat;
	width:253px;
	height:25px;
	margin-bottom:-3px;
}

ul.sidenavigation li.sideElement a
{
	color: #021e50;
	border: 1px solid #021e50;
	text-decoration: none;
}

ul.sidenavigation li.sideElement a:hover { color: #7a0107; background:#f7f1f1; }