.left dl {
	margin:0px; 
	padding:5px;
	position:relative; /* peekaboo bug fix for IE6 */
	min-width:0; /* peekaboo bug fix for IE7 */
}
.left dd {
	margin:0px;
}

.left ul,  
.left dt,  
.left li {
	margin:0px; 
	padding:0px; 
	list-style-type: none;
	position:relative; /* peekaboo bug fix for IE6 */
	min-width:0; /* peekaboo bug fix for IE7 */
}
.left .click-menu {
    width: 146px;
	float:right; clear:right;
	margin:0px;
	padding-left:0px;
}
.right .click-menu {
    width: 151px;
	float:left; clear:left;
	margin:0px;
	padding-left:0px;
}

.left .click-menu .box1,
.left .click-menu .box1-open,
.left .click-menu .box1-hover,
.left .click-menu .box1-open-hover{
 	background-color: #347879; /* OD Teal */
    color: #99bb99; /* Sea Green */
	height:20px;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 3px 0px 0px 3px; /* new */
    border-width: 1px;
    border-color: #ffffff; /* 649091Teal as well*/
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.right .click-menu .box1 {
 	background-color: #ffffff; /* White */
    color: #000000; /* Black */
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #649091; /* Teal as well*/
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.left .click-menu .box1 a:link {color: white; text-decoration: none;}     /* unvisited link */
.left .click-menu .box1 a:visited {color: white; text-decoration: none;}  /* visited link */
.left .click-menu .box1 a:hover {color: yellow; text-decoration: none;}   /* mouse over link */
.left .click-menu .box1 a:active {color: yellow; text-decoration: none;}   /* selected link */

.right .click-menu .box1 a,
.right .click-menu .box1 a:visited{
	color: black;
}

.right .click-menu .box1-hover {
	background-color: #CCFFFF; /* Bright Baby Blue */
    color: #000000; /* Black */
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE; /* Darker Sea Green */
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.right .click-menu .box1-hover a,
.right .click-menu .box1-hover a:visited{
	text-decoration: none;
	color: white;
}

.right .click-menu .box1-open {
    background-color: #CCFFFF; /* Bright Baby Blue */
    color: #000000; /* Black */
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882; /* Teal as well*/
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.right .click-menu .box1-open a,
.right .click-menu .box1-open a:visited{
	color: yellow;
}

.right .click-menu .box1-open-hover {
    background-color: #CCFFFF; /* Steely Teal */
    color: #448882; /* Bright Baby Blue */
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE; /* Darker Sea Green */
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.right .click-menu .box1-open-hover a,
.right .click-menu .box1-open-hover a:visited{
	color: yellow;
}

.left .click-menu .box1 img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.right .click-menu .box1 img,
.right .click-menu .box1-hover img,
.right .click-menu .box1-open img,
.right .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.left .sectionx {
    background-color: #CCEEEB; /* Baby Blue */
	color: #736AFF; /* Light Slate Blue */
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
	padding: 0px 0px 0px 0px; 
    border-width: 1px;
    border-color: #448882; /* Teal as well*/
    border-style: none solid solid solid;
}
.right .click-menu .section {
    background-color: #ffffff; /* White */
	color: #000000; /* Black */
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 0px 0px 0px 0px;
    border-width: 1px;
    border-color: #448882; /* Teal as well*/
    border-style: none solid solid solid;
    display: none;
}

.right .click-menu .section a,
.right .click-menu .section a:visited {
    color: #000000; /* Black */
    text-decoration: none; 
}

.right .click-menu .section a:hover {
    color: #736AFF; /* Light Slate Blue */
    text-decoration: none;  
}

.left .click-menu .box2 {
	height:30px;
}

.left .click-menu .box2 a:link {color: #6666FF; text-decoration: none;}     /* unvisited link */
.left .click-menu .box2 a:visited {color: #6666FF; text-decoration: none;}  /* visited link */
.left .click-menu .box2 a:hover {color: purple; text-decoration: none;}   /* mouse over link */
.left .click-menu .box2 a:active {color: purple; text-decoration: none;}   /* selected link */

.right .click-menu .box2 {
	color: #736AFF; /* Light Slate Blue */
	height:30px;
}

.right .click-menu .box2-hover {
	height:30px;
    background: #FDEEF4; /* Lavendar Blush */
}

.right .click-menu .section .active {
    color: yellow;
}
