/* 
		VerticalMenu
*/

/* Container DIV */
#CMSTagVerticalMenu {
}

/* Container TABLE */
.vTable {
 border-collapse: collapse;
 margin:0px;
 padding:0px;
 border:0px;
 width:150px;
}

.vTable A:link, .vTable A:active, .vTable A:visited {
 text-decoration: none;
 color:#333;
}

.vTable A:hover{
 text-decoration: none;
 color:#333;
}

/* All levels NORMAL */
.vnode, .vnode1,{
 font-family: Verdana, Arial, Helvetica;

 font-size: 10px;
 font-weight:bold;
 height:18px;
 cursor: hand;
 color:white;
 margin:0px;
 padding-left:1px;
 padding-top:2px;
 border-bottom:1px solid #E9E9E9;
}

.vnode2, .vnode3, .vnode4, .vnode5, .vnode6 {
 font-family: Verdana, Arial, Helvetica;

 font-size: 10px;
 font-weight:normal;
 height:18px;
 cursor: hand;
 color:white;
 margin:0px;
 padding-left:1px;
 padding-top:2px;
 border-bottom:1px solid #E9E9E9;
}

/* Custom levels NORMAL */
.vnode {
 border-bottom:1px solid #333;
}

/* All levels SELECTED */
.vnodes, .vnodes1,{
 font-family: Verdana, Arial, Helvetica;
 font-weight:bold;
 font-size: 10px;
 height:18px;
 cursor: hand;
 margin:0px;
 padding-top:2px;
 padding-left:1px;
 border-bottom:1px solid #333;
}
.vnodes2, .vnodes3, .vnodes4, .vnodes5, .vnodes6 {
 font-family: Verdana, Arial, Helvetica;
 font-weight:normal;
 font-size: 10px;
 height:18px;
 cursor: hand;
 margin:0px;
 padding-top:2px;
 padding-left:1px;
 border-bottom:1px solid #333;
}


/* Trennlinie zwischen Menuelementen */
.vSep   { 
 height:0px;
 margin:0;
 padding:0;
}

/* 
		DHTML Menu
*/
.clsDemoNode, .clsDemoNode1 { 
 font-family: tahoma; 
 font-size: 8pt; 
 text-decoration: none; 
 cursor: hand; 
 color: black
}

.clsNodeSelected { 
 font-weight: bold; 
 font-family: tahoma; 
 font-size: 8pt; 
 text-decoration: none; 
 cursor: hand; 
 color: black 
}

.clsDemoNode:hover, .clsDemoNode1:hover { 
 text-decoration: none; 
 color: #eeeeee; 
 background-color: #003366 
}

/*
		vcMenu
*/
A.clsNode { 
 font: 10pt sans-serif; 
 color: black; 
 text-decoration: none; 
}

A.clsNodeSelected { 
 font: 10pt sans-serif; 
 color: purple; 
 text-decoration: none; 
}
