﻿
.colbut
{
	width: 220px;
	height: 36px;
	display:block;
	cursor:pointer;
}

.colbutweb
{
    background: transparent url(/images/web/webstackspri.png) no-repeat scroll 0px -36px;
}

.colbutserv
{
    background: transparent url(/images/servicestackspri.png) no-repeat scroll 0px -36px;
}

.colbutapp
{
    background: transparent url(/images/appstackspri.png) no-repeat scroll 0px -36px;
}

.colbutactive 
{ 
    background-position: 0px 0px;
}

.colcont
{
    border: 1px solid #C0C0C0;
    background-color: #EBEBEB;
    display: none;
    width: 209px;
    padding-left: 10px;
    padding-top: 10px;
}

.colcont a
{
    background: transparent url(/images/linkspot.png) no-repeat scroll 0px 0px;
    padding-left: 30px;
	height: 21px;
	display: block;
	cursor: pointer;
	
	color: #002e7d;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}

.colcont a:active       { cursor: default; }
.colcont a:link         { background-position: 0px 0px; }
.colcont a:hover        { background-position: 0px -21px; }
