/* Start JQuery Navigation */

.navigation_parent {
   background: url('../images/icon_plus.gif') no-repeat center right;
}

DIV.navigation {
   background: #fff; border: 1px solid #ccc; font-family: arial, sans-serif; font-size: 11px; margin: 36px 10px 0 10px; text-align: center; width: 171px;
}
DIV.navigation a {
   display: block; margin: 0 auto; line-height: 24px; height: 24px; padding: 0 5px;
}
DIV.navigation a:link, DIV.navigation a:visited {
   color: #000; text-decoration: none;
}
DIV.navigation a:focus {
   outline: none;
}
/*
DIV.navigation .navigation_viewall {
   background-color: #aaa; color: #fff; font-size: 11px; font-weight: bold;
}
*/
DIV.navigation ul {
   display: block; list-style: none; padding: 0; margin: 0;
}
DIV.navigation li {
   display: block; height: 25px; padding: 0; margin: 0; overflow: hidden;
}
DIV.navigation a {
	display: block; padding: 0; margin: 0;
}

DIV.navigation LI.level2 {
   background: #fff url('../images/navigation_level2.gif') repeat-y; height: auto;
}
DIV.navigation LI.level2 a {
   padding: 0 10px;
}

DIV.navigation LI.level3 {
   background: #fff url('../images/navigation_level3.gif') repeat-y; height: auto;
}
DIV.navigation LI.level3 a {
   padding: 0 15px;
}

DIV.navigation LI.level2, LI.level3 {
   border-top: 1px solid #FF063B;
}

DIV.navigation LI.level2 li {
   border-bottom: 1px solid #ccc;
}

/* End JQuery Navigation */


/* Start JQuery Alternating Colors */

.odd {
   background-color: #fff;
}
.odd a:hover {
   background-color: #ccc;
}
.even {
   background-color:white;
}
.even a:hover {
   background-color: #ccc;
}
.off {
   background-color:red;
}
.on {
   background-color:blue;
}
.hover {
   color:red;
   cursor:crosshair;
}
.selected {
   font-style:italic;
}

/* End JQuery Alternating Colors */
