a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bevel
{
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.bevel_light
{
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.double_bevel
{
	border-left: 2px solid #BBBBBB;
	border-top: 2px solid #BBBBBB;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
}

.bevel_double
{
	border-left: 2px solid #BBBBBB;
	border-top: 2px solid #BBBBBB;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
}

.line_bottom
{	
	border-bottom: 1px solid #444444;
}

.box
{
	border: 1px solid #000000;
}

.box_white
{
	border: 1px solid #FFFFFF;
}

.box_black
{
	border: 1px solid #000000;
}

.box_red
{
	border: 1px solid #FF0000;
}

.box_yellow
{
	border: 1px solid #FFFF00;
}

.box_green
{
	border: 1px solid #00FF00;
}

.box_cyan
{
	border: 1px solid #00FFFF;
}

.box_blue
{
	border: 1px solid #0000FF;
}

.box_magenta
{
	border: 1px solid #FF00FF;
}

.sunken
{
	border-left: 2px solid #222222;
	border-top: 2px solid #222222;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}

.no_border
{
}

input, select
{
        font: 10px verdana;
        border-left: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        border-right: 1px solid #222222;
        border-bottom: 1px solid #222222;
        margin: 1px;
}

ul#E5CategoryMenuUL{
  width: 140px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#E5CategoryMenuUL ul{
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

ul#E5CategoryMenuUL a {
  text-decoration: none;
  outline: none;
}

ul#E5CategoryMenuUL li{
  margin:0 0 0 2px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

ul#E5CategoryMenuUL .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

.e5_c_button1
{
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font: 10px arial #000000;
}

