﻿.menu
{
 padding-bottom:5px;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11pt;
	float: left;
}

.menu li
{
	margin: 0;
	padding: 0;
	float: left;
}

.item
{
	width: 149px;
	height: 30px;
}

.item a , .item a:link
{
    display: block;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	color: #4d585e;
	text-decoration: none;
	text-align: center;
}
.item a
{
	background: url(../images/menu-item.jpg);
}

.item a:hover
{
	background: url(../images/menu-hover.jpg);
	color: White;
}

.opened
{
	width: 150px;
	position: absolute;
}

.opened div
{
	width: 100%;
}

.child
{
	background: url(../images/menu-child.png);
	padding-top: 5px;
}

.child ul
{
	float: none;
	font-size:10pt;
}

.child li
{
	float: none;
	padding-top:6px;
}

.child li a, .child li a:link
{
	margin-left: 10px;
	display: inline;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
}

.child li a:hover
{
	background: none;
	text-decoration: underline;
	color: Black;
}

.child-end
{
	height: 11px;
	background: url(../images/menu-child-end.png);
	font-size: 0%;
}

.child, .child-end
{
	behavior: url(../images/iepngfix.htc);
}

.closed
{
	display: none;
}
.menu-end
{
    background:#C5C5C5 none repeat scroll 0 0;
    float:left;
    font-size:0;
    height:30px;
    width:1px;
}
.active a 
{
    background: url(../images/menu-hover.jpg);
}
.active
{
    color:White;
}