/* * * * * * * START QUICK MENU * * * * * * */
#quickMenuHolder
{
	width: 950px;
	height: 100px;
	margin: 8px 0px;
}

#quickMenuTitle
{
	background: transparent url(http://images.jobexec.co.uk/img/jDrawer-vertical-item-bg-active.gif) repeat-x scroll 0% 100%;
	padding: 2px 10px;
	height: 24px;
	color: green;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid silver;
}

#quickMenuBox
{
	height: 77px;
	border: 1px solid silver;
	border-top: 1px solid #E6E6E6;
	background: transparent white repeat-x scroll 43% 45%;
	overflow:hidden;
	color: green;
	padding: 2px 10px;
	font-size: 12px;
}

#quickMenuBox a, #quickMenuBox a:active, #quickMenuBox a:visited
{
	font-size: 12px;
	color: green;
	font-weight: bold;
	padding: 2px 10px;
}
/* * * * * * * END QUICK MENU * * * * * * */
