/* 
Purpose: This CSS file will control the sitenav navigation for those files that require sidenav submenus
Author: Bobby Siegfried
Date: 01.12.08
*/

/* font commands */

#menu2 li dd a {
	display: block;
	font: 7pt verdana;
	color: #cc6633;
	border: none;
	padding: 2px 4px 0 0;
	width: 165px;
	height: 12px;
	text-decoration: none;
	text-align: right;
}
#menu2 li dd a:hover {
	color: #999999;
}

/* Menu commands */
#dlmenu2 {
	margin: 0;
}

#menu2 dl {
	margin: 0 0 0 0;
	background: transparent;
	cursor: pointer;
}

.box3 {
	background: transparent;
}

#menu2 dt {
	margin: 0 0 0 0;
	padding: 0;
}

#menu2 dd {
	margin: 0 0 0 0;
	padding:0;
}

#menu2 li {
	display: block;    /* eliminates the bullets added by the <li> command */
	margin: 0 0 0 0;   /* brings each line closer together for a better look */
	list-style: none; 	
}

#menu2 li a {
	display: block;
}

#menu2 li dd {
	display: none;
}

#menu2 li:hover dd, #menu2 li a:hover dd {
	display: block;
}