
/******************************************************************************************************
CSS FOR MENU
******************************************************************************************************/


/* menu::base */
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 {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 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 12px Arial;
		font-weight: bold;
		vertical-align: middle;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu a:hover { color: rgb(218,219,222); }
div#menu li.current a {}



div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}

div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #666666;
}
div#menu span {
    margin-top: 5px;
color: #666666;
}
div#menu ul a:hover span {
color: #000000;
}
div#menu ul ul span {
color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
color: rgb(218,219,222);
}


div#menu li { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 250px;
    padding: 5px 0 5px 0;
    background: #f9f9f9;
    margin-top:1px;
		border: 1px solid #e0e0e0;
}
div#menu ul ul a {
    padding: 0 0 0 5px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
		font-weight: normal;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
		font-weight: bold;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 250px !important;
    margin-left:259px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/lava.png) no-repeat right -44px !important;
    background-image: url(../images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/lava.png) no-repeat left -88px !important;
    background-image: url(../images/lava.gif);
    height: 44px;
    margin-right: 10px;
}

div#menu li.back .bg {
    background: url(../images/lava.png) repeat-x center top !important;
    background-image: url(../images/lava.gif);
    height: 44px;
    margin-left: 15px;
}

/******************************************************************************************************
CSS FOR TOOLTIPS
******************************************************************************************************/

div.pretty {
	font-family: Arial;
	border: none;
	width: 255px;
	padding: 0px;
	color: #666666;
	text-align: justify;
	font-size: 11px;
}

div.pretty h3 {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

div.pretty div.prettytop{
	background: url('../images/prettytop.png') top left !important;
	height: 30px;
	}
	
div.pretty div.prettycontent{
	background: url('../images/prettycontent.png') !important;
	margin: 0px;
	padding: 0px 15px 0px 10px;
	}

div.pretty p{
	margin: 0px; padding: 0px;
	}

div.pretty div.prettybottom{
	background: url('../images/prettybottom.png') bottom left !important;
	height: 22px;
	}
	
/* left */
	
div.prettyleft {
	font-family: Arial;
	border: none;
	width: 255px;
	padding: 0px;
	color: #666666;
	text-align: justify;
	font-size: 11px;
}

div.prettyleft h3 {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

div.prettyleft div.prettytop{
	background: url('../images/prettylefttop.png') top left !important;
	height: 30px;
	}
	
div.prettyleft div.prettycontent{
	background: url('../images/prettyleftcontent.png') !important;
	margin: 0px;
	padding: 0px 17px 0px 10px;
	}

div.prettyleft p{
	margin: 0px; padding: 0px;
	}

div.prettyleft div.prettybottom{
	background: url('../images/prettyleftbottom.png') bottom left !important;
	height: 22px;
	}
	
/* lefttop */
	
div.prettylefttop {
	font-family: Arial;
	border: none;
	width: 255px;
	padding: 0px;
	color: #666666;
	text-align: justify;
	font-size: 11px;
}

div.prettylefttop h3 {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

div.prettylefttop div.prettytop{
	background: url('../images/prettylefttoptop.png') top left !important;
	height: 20px;
	}
	
div.prettylefttop div.prettycontent{
	background: url('../images/prettylefttopcontent.png') !important;
	margin: 0px;
	padding: 0px 17px 0px 10px;
	}

div.prettylefttop p{
	margin: 0px; padding: 0px;
	}

div.prettylefttop div.prettybottom{
	background: url('../images/prettylefttopbottom.png') bottom left !important;
	height: 35px;
	}
	
/* top */
	
div.prettytop {
	font-family: Arial;
	border: none;
	width: 255px;
	padding: 0px;
	color: #666666;
	text-align: justify;
	font-size: 11px;
}

div.prettytop h3 {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

div.prettytop div.prettytop{
	background: url('../images/prettytoptop.png') top left !important;
	height: 20px;
	}
	
div.prettytop div.prettycontent{
	background: url('../images/prettytopcontent.png') !important;
	margin: 0px;
	padding: 0px 15px 0px 10px;
	}

div.prettytop p{
	margin: 0px; padding: 0px;
	}

div.prettytop div.prettybottom{
	background: url('../images/prettytopbottom.png') bottom left !important;
	height: 35px;
	}