@CHARSET "ISO-8859-1";

#contextMenuContainer {
	float: left;
	height: 400px;
	background-color: #EEEEEE;
	width: 210px;
}

#contextMenuContainerHome {
	float: left;
	height: 257px;
	background-color: #EEEEEE;
	width: 210px;
}

#contextMenuDiv {
	width: 210px;
	float: left;	
	background-color: #EEEEEE;
}

#contextMenu { 
	float: left;
	padding: 0;		
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 11px;	
}

#contextMenuDiv div.contextMenuHead {
	width: 210px; 
	float: left; 
	background-color: black;
	background-image: url("../image/contextmenu/submenu_arrow_header.png");
	background-position:  6px 15px;
	background-repeat: no-repeat;
	height: 38px;
}

#contextMenuDiv div.contextMenuHead div.contextMenuHeadLabel {
	color: red;
	margin-top: 14px;
	margin-left: 21px;
	font-size: 19px;
}

.headLink.last {
	border-bottom: 1px;
	border-bottom-color: #c4c4c4;
	border-bottom-style: solid;	
}

#contextMenu div.headLink {
	height: 28px;	
	background-color: #EEEEEE;
	border-top: 1px;
	border-top-color: #c4c4c4;
	border-top-style: solid;	
	background-image: url("../image/contextmenu/submenu_arrow.png");
	background-position: 13px 13px;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 29px;
	text-indent: 23px;
	margin-right: 10px;
	text-decoration: none;	
	color: #151515;
	cursor: pointer;
}

#contextMenu div.headLink:hover {
	cursor: pointer;	
	background-color: #d4d4d4;
	background-image: url("../image/contextmenu/submenu_arrow_over.png");
	background-position: 13px 13px;
	background-repeat: no-repeat;
}

#contextMenu div.headLinkSelected {
	color: #FF0019;
	background-image: url("../image/contextmenu/submenu_arrow_active.png");
	background-position: 13px 13px;
	background-repeat: no-repeat;
}

#contextMenu div.subLink {	
	height: 28px;
	line-height: 29px;
	text-indent: 35px;
	background-image: url("../image/minus-black.png");
	background-position: 25px 15px;
	background-repeat: no-repeat;
	border-top: 1px;
	border-top-color: #c4c4c4;
	border-top-style: solid;	
	background-color: white;
	margin-right: 10px;
	display: none;
	cursor: pointer;
}

#contextMenu div.subLinkLast {
	height: 28px;
	line-height: 29px;
	text-indent: 35px;
	background-image: url("../image/minus-black.png");
	background-position: 25px 15px;
	background-repeat: no-repeat;
	background-color: white;
	margin-right: 10px;
	display: none;
	border-bottom: 1px;
	border-bottom-color: #c4c4c4;
	border-bottom-style: solid;	
	cursor: pointer;
}

#contextMenu div.subLinkSelected {
	background-image: url("../image/minus-red.png");
	background-position: 25px 15px;
	background-repeat: no-repeat;
	color: #FF0019;
}

#contextMenu div.subLink:hover, #contextMenu div.subLinkLast:hover {
	background-image: url("../image/minus-red.png");
	color: #ff0019;
	cursor: pointer;
}

/* root element for scrollable */ 
div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;    
    /* vertical scrollers have typically larger height than width */     
    height: 291px;      
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {     
    position:absolute;      
    /* this time we have very large space for height */     
    height:20000em;   
    width: 100%;  
}
