/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm            menu_styles.js              3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the text styles used by the          |
|        expanding menu.                                        |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
}

.highlighted {
    background-color: #EBF8FF;
	border-style: dotted;
	border-width: 1px;
	padding: 10px;
}

a.step:link {
	color: #0000FF;
	text-decoration: none;
}

a.step:visited {
	color: #0000FF;
	text-decoration: none;
}

a.step:active {
	color: #0000FF;
	text-decoration: none;
}

a.step:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

a.download:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}

a.download:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}

a.download:active {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}

a.download:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
