#menuVert
{
	width: 210px;	    /* width of menu - 140px */
	/* margin: 0 auto; */
	text-align: left;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	/* border: solid 1px black; */
}

#menuVert .menuItem
{	
	/* hack for min-height:   http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 30px;	        /* height of menu item - usually same as "height of menu item background image" */
	height: auto !important;
	height: 30px;		        /* height of menu item - usually same as "height of menu item background image" */
	/*margin-bottom: 1px;   bottom margin for each menu item */
	clear: left;
}

#menuVert .menuItem .menuItem
{
	min-height: 0px;	    /* height of menu item - usually same as "height of menu item background image" */
	height: auto;		    /* height of menu item - usually same as "height of menu item background image" */
	margin-bottom: 0px;     /* bottom margin for each menu item -- override for sub-levels */
	font-weight: normal;
}

#menuVert a, #menuVert a .link, #menuVert a .right
{
	height: 30px;	            /*height of menu item background image */
	display: block;
	float: left;
	vertical-align: middle;
}

#menuVert .menuItem .menuItem a, #menuVert .menuItem .menuItem a .link, #menuVert .menuItem .menuItem a .right
{
	height: auto;					/* height of menu item background image -- override for sub-levels */
	line-height: 30px;
}

#menuVert a
{
	color: #FFBC1B;														/* link text color */
	background: url(menuImages/buttonLeft.jpg)  no-repeat;			/* left corner */
	padding-left: 14px;		                                            /* width of left corner */
	text-decoration: none;
	cursor: pointer;
	line-height: 30px;
}


#menuVert .menuItem .menuItem a     /* override for sub-levels */
{
	color: #FFBC1B;                   /* link text color */
	background: url();				/* left corner */
	padding-left: 0px;		        /*width of left corner */
	text-decoration: none;
	cursor: pointer;
	line-height: 20px;
}

#menuVert a .link
{
	background: url(menuImages/buttonMiddle.jpg) no-repeat;	/* middle image */
	width: 196px;	                                                /* width of menu item (without the corners) */
}

#menuVert .menuItem .menuItem a .link                       /* override for sub-levels */
{
	background: url(menuImages/subMenu.jpg) repeat-y;	/* middle image */
	width: 196px;	                                        /* width of menu item (without the corners) */
	/*color: #ffdead;                                          link text color  */
	padding-left: 14px;
}

#menuVert a .right
{
	background: url();	 /* right corner */
	width: 0px;	    /* width of right corner image */
	display: none;
}

#menuVert .menuItem .menuItem a .right   /* override for sub-levels */
{
	background: url();	    /* right corner */
	width: 0px;	            /* width of right corner image */
	display: none;
}

#menuVert .menu .menu
{
	/*margin-left: 10px;	 left margin for sub-menus */
	display: block;
}

#menuVert .current .menu
{
	display: block;
}

/* HOVER effects AND current item selected effects  */
#menuVert a:hover, #menuVert .current a    /* aristero */
{
	color: #dbeaff;	                                                        /* link text color on hover */
	background: url(menuImages/buttonOverLeft.jpg) left top no-repeat;
}

#menuVert .menuItem .menuItem a:hover   /* override for sub-levels */
{
	color: #006699;	                         /* link text color on hover */
	background: url(menuImages/subMenu.jpg) repeat-y;
}

#menuVert .menuItem .current a .link									/* override for sub-levels */
{
	color: #DBEAFF;                                                     /* link text color of current item */
	font-weight: bold;
	background: url(menuImages/subMenu.jpg) repeat-y;
}

#menuVert a:hover .link, #menuVert .current a .link		/* mesaio */
{
	background: url(menuImages/buttonOverMiddle.jpg) left top repeat;
}

#menuVert .menuItem .menuItem a:hover .link                                 /* override for sub-levels */
{
	background: url(menuImages/subMenu.jpg) repeat-y;
	color: #DBEAFF;		                                                    /* link text color on hover */
	font-weight: bold;	                                                    /* link text color on hover */
}

#menuVert a:hover .right, #menuVert .current a .right
{
	background: url();
}

#menuVert .menuItem .menuItem a:hover .right, #menuVert .current .current a .right /* override for sub-levels */
{
	background: url();
	display: none;
}
#menuVert .current .current a , #menuVert .current .current a:hover, #menuVert .menuItem .menuItem a:hover /* debbie for sub-levels */
{
	color: Aqua;                    /* link text color */
	background: url(menuImages/subMenuOver.jpg) repeat-y;    /* left corner */
}
